#6FF130

Color #6FF130 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #6FF130

Tints of Bright Green #6FF130

Color information

#6FF130 (or 0x6FF130) is unknown color: approx Bright Green. HEX triplet: 6F, F1 and 30. RGB value is (111,241,48). Sum of RGB (Red+Green+Blue) = 111+241+48=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF130 is #900ECF. Grayscale: #B4B4B4. Windows color (decimal): -9440976 or 3207535. OLE color: 3207535.

HSL color Cylindrical-coordinate representation of color #6FF130: hue angle of 100.41º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FF130 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB11124148-
CMYK0.5400.800.05
HSL100.41º87.33%56.67%-
HSV(B)100.41º80.08%94.51%-
XYZ38.5466.513.6-
YUV180.1353.4378.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 241 (94.53% from 255) = 60.25%
BLUE value IS 48 (19.14% from 255) = 12%
R=27.75%
G=60.25%
B=12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111241480.5400.800.05100.4187.3356.67
Hex6FF130360505645739
Octal15736160660120514412771
Binary1101111111100011100001101100101000010111001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FF130; }

 p { color: rgb(111,241,48); }

 H1.HeaderClassName
 {
   color: #6FF130;
 }
 .AnyTagClassName
 {
   color: #6FF130;
 }
</style>
background-color css

<style>
 a { background-color: #6FF130; }

 a { background-color: rgb(111,241,48); }

 div.DivClassName
 {
   background-color: #6FF130;
 }
 .BgClassName
 {
   background-color: #6FF130;
 }
</style>
border-color css

<style>
 span { border-color: #6FF130; }

 span { border-color: rgb(111,241,48); }

 td.TdClassName
 {
   border-color: #6FF130;
 }
 .TagClassName
 {
   border-color: #6FF130;
 }
</style>