#5FCB1D

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

Shades of Kelly Green #5FCB1D

Tints of Kelly Green #5FCB1D

Color information

#5FCB1D (or 0x5FCB1D) is unknown color: approx Kelly Green. HEX triplet: 5F, CB and 1D. RGB value is (95,203,29). Sum of RGB (Red+Green+Blue) = 95+203+29=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB1D is #A034E2. Grayscale: #979797. Windows color (decimal): -10499299 or 1952607. OLE color: 1952607.

HSL color Cylindrical-coordinate representation of color #5FCB1D: hue angle of 97.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FCB1D is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB9520329-
CMYK0.5300.860.20
HSL97.24º75%45.49%-
HSV(B)97.24º85.71%79.61%-
XYZ26.345.238.51-
YUV150.8759.2288.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 203 (79.69% from 255) = 62.08%
BLUE value IS 29 (11.72% from 255) = 8.87%
R=29.05%
G=62.08%
B=8.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95203290.5300.860.2097.247545.49
Hex5FCB1D3505614614b2d
Octal137313356501262414111355
Binary10111111100101111101110101010101101010011000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,203,29); }

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

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

 a { background-color: rgb(95,203,29); }

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

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

 span { border-color: rgb(95,203,29); }

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