#36CB14

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

Shades of Kelly Green #36CB14

Tints of Kelly Green #36CB14

Color information

#36CB14 (or 0x36CB14) is unknown color: approx Kelly Green. HEX triplet: 36, CB and 14. RGB value is (54,203,20). Sum of RGB (Red+Green+Blue) = 54+203+20=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #36CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36CB14 is #C934EB. Grayscale: #8A8A8A. Windows color (decimal): -13186284 or 1362742. OLE color: 1362742.

HSL color Cylindrical-coordinate representation of color #36CB14: hue angle of 108.85º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36CB14 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB5420320-
CMYK0.7300.900.20
HSL108.85º82.06%43.73%-
HSV(B)108.85º90.15%79.61%-
XYZ2343.557.85-
YUV137.5961.6468.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 203 (79.69% from 255) = 73.29%
BLUE value IS 20 (8.20% from 255) = 7.22%
R=19.49%
G=73.29%
B=7.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54203200.7300.900.20108.8582.0643.73
Hex36CB144905A146d522c
Octal663132411101322415512254
Binary11011011001011101001001001010110101010011011011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36CB14; }

 p { color: rgb(54,203,20); }

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

<style>
 a { background-color: #36CB14; }

 a { background-color: rgb(54,203,20); }

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

<style>
 span { border-color: #36CB14; }

 span { border-color: rgb(54,203,20); }

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