#5CF01F

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

Shades of Bright Green #5CF01F

Tints of Bright Green #5CF01F

Color information

#5CF01F (or 0x5CF01F) is unknown color: approx Bright Green. HEX triplet: 5C, F0 and 1F. RGB value is (92,240,31). Sum of RGB (Red+Green+Blue) = 92+240+31=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF01F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF01F is #A30FE0. Grayscale: #ACACAC. Windows color (decimal): -10686433 or 2093148. OLE color: 2093148.

HSL color Cylindrical-coordinate representation of color #5CF01F: hue angle of 102.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5CF01F is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB9224031-
CMYK0.6200.870.06
HSL102.49º87.45%53.14%-
HSV(B)102.49º87.08%94.12%-
XYZ35.8264.6911.9-
YUV171.9248.4770.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.34%
GREEN value IS 240 (94.14% from 255) = 66.12%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=25.34%
G=66.12%
B=8.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92240310.6200.870.06102.4987.4553.14
Hex5CF01F3E0576665735
Octal13436037760127614612765
Binary101110011110000111111111100101011111011001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CF01F; }

 p { color: rgb(92,240,31); }

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

<style>
 a { background-color: #5CF01F; }

 a { background-color: rgb(92,240,31); }

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

<style>
 span { border-color: #5CF01F; }

 span { border-color: rgb(92,240,31); }

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