#5cf216

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

Shades of Bright Green #5CF216

Tints of Bright Green #5CF216

Color information

#5CF216 (or 0x5CF216) is unknown color: approx Bright Green. HEX triplet: 5C, F2 and 16. RGB value is (92,242,22). Sum of RGB (Red+Green+Blue) = 92+242+22=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF216 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF216 is #A30DE9. Grayscale: #ACACAC. Windows color (decimal): -10685930 or 1503836. OLE color: 1503836.

HSL color Cylindrical-coordinate representation of color #5CF216: hue angle of 100.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5CF216 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB9224222-
CMYK0.6200.910.05
HSL100.91º89.43%51.76%-
HSV(B)100.91º90.91%94.9%-
XYZ36.3165.8411.55-
YUV172.0743.3170.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.84%
GREEN value IS 242 (94.92% from 255) = 67.98%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=25.84%
G=67.98%
B=6.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92242220.6200.910.05100.9189.4351.76
Hex5CF2163E05B5655934
Octal13436226760133514513164
Binary101110011110010101101111100101101110111001011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cf216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,242,22); }

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

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

 a { background-color: rgb(92,242,22); }

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

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

 span { border-color: rgb(92,242,22); }

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