#5CDD0F

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

Shades of Bright Green #5CDD0F

Tints of Bright Green #5CDD0F

Color information

#5CDD0F (or 0x5CDD0F) is unknown color: approx Bright Green. HEX triplet: 5C, DD and 0F. RGB value is (92,221,15). Sum of RGB (Red+Green+Blue) = 92+221+15=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDD0F is #A322F0. Grayscale: #9F9F9F. Windows color (decimal): -10691313 or 1039708. OLE color: 1039708.

HSL color Cylindrical-coordinate representation of color #5CDD0F: hue angle of 97.57º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5CDD0F is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB9222115-
CMYK0.5800.930.13
HSL97.57º87.29%46.27%-
HSV(B)97.57º93.21%86.67%-
XYZ30.3654.029.28-
YUV158.9546.7680.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 221 (86.72% from 255) = 67.38%
BLUE value IS 15 (6.25% from 255) = 4.57%
R=28.05%
G=67.38%
B=4.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92221150.5800.930.1397.5787.2946.27
Hex5CDDF3A05DD62572e
Octal134335177201351514212756
Binary101110011011101111111101001011101110111000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,221,15); }

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

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

 a { background-color: rgb(92,221,15); }

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

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

 span { border-color: rgb(92,221,15); }

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