#5cf205

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

Shades of Bright Green #5CF205

Tints of Bright Green #5CF205

Color information

#5CF205 (or 0x5CF205) is unknown color: approx Bright Green. HEX triplet: 5C, F2 and 05. RGB value is (92,242,5). Sum of RGB (Red+Green+Blue) = 92+242+5=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF205 is #A30DFA. Grayscale: #AAAAAA. Windows color (decimal): -10685947 or 389724. OLE color: 389724.

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

Color convert

RGB922425-
CMYK0.6200.980.05
HSL97.97º95.95%48.43%-
HSV(B)97.97º97.93%94.9%-
XYZ36.1965.7910.93-
YUV170.1334.8172.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 242 (94.92% from 255) = 71.39%
BLUE value IS 5 (2.34% from 255) = 1.47%
R=27.14%
G=71.39%
B=1.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9224250.6200.980.0597.9795.9548.43
Hex5CF253E0625626030
Octal1343625760142514214060
Binary1011100111100101011111100110001010111000101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cf205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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