#5CD904

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

Shades of Bright Green #5CD904

Tints of Bright Green #5CD904

Color information

#5CD904 (or 0x5CD904) is unknown color: approx Bright Green. HEX triplet: 5C, D9 and 04. RGB value is (92,217,4). Sum of RGB (Red+Green+Blue) = 92+217+4=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD904 is #A326FB. Grayscale: #9C9C9C. Windows color (decimal): -10692348 or 317788. OLE color: 317788.

HSL color Cylindrical-coordinate representation of color #5CD904: hue angle of 95.21º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5CD904 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB922174-
CMYK0.5800.980.15
HSL95.21º96.38%43.33%-
HSV(B)95.21º98.16%85.1%-
XYZ29.2551.918.59-
YUV155.3442.5982.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.39%
GREEN value IS 217 (85.16% from 255) = 69.33%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=29.39%
G=69.33%
B=1.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9221740.5800.980.1595.2196.3843.33
Hex5CD943A062F5f602b
Octal13433147201421713714053
Binary10111001101100110011101001100010111110111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,217,4); }

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

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

 a { background-color: rgb(92,217,4); }

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

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

 span { border-color: rgb(92,217,4); }

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