Html Css Color HEX #36CB14 Kelly Green

📋 copy color: '#36CB14'

red 54 ◦ green 203 ◦ blue 20

#36CB14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #36CB14

Tints of Kelly Green #36CB14

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.2% from 255) = 7.22%

R = 19.49%
G = 73.29%
B = 7.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#36CB14 (or 0x36CB14) is known color: 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

RGB 54 203 20 -
CMYK 0.73 0 0.90 0.20
HSL 108.85º 0.82% 0.44% -
HSV(B) 108.85º 0.9% 0.8% -
XYZ 23 43.55 7.85 -
YUV 137.59 61.64 68.38 -
System Red Green Blue C M Y K H S L
Decimal 54 203 20 0.73 0 0.90 0.20 108.85 0.82 0.44
Hex 36 CB 14 49 0 5A 14 6D 52 2C
Octal 66 313 24 111 0 132 24 155 122 54
Binary 110110 11001011 10100 1001001 0 1011010 10100 1101101 1010010 101100

Color Harmonies of #36CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CB14

Black with #36CB14

Text Example


Text Example

White with #36CB14

Text Example


Text Example

HTML Codes & Css Web 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>