Html Css Color HEX #36D012 Kelly Green

📋 copy color: '#36D012'

red 54 ◦ green 208 ◦ blue 18

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

Shades of Kelly Green #36D012

Tints of Kelly Green #36D012

RGB

 RED value IS 54 (21.48% from 255) = 19.29%

 GREEN value IS 208 (81.64% from 255) = 74.29%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 19.29%
G = 74.29%
B = 6.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#36D012 (or 0x36D012) is known color: Kelly Green. HEX triplet: 36, D0 and 12. RGB value is (54,208,18). Sum of RGB (Red+Green+Blue) = 54+208+18=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #36D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D012 is #C92FED. Grayscale: #8C8C8C. Windows color (decimal): -13185006 or 1232950. OLE color: 1232950.

HSL color Cylindrical-coordinate representation of color #36D012: hue angle of 108.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36D012 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 18 -
CMYK 0.74 0 0.91 0.18
HSL 108.63º 0.84% 0.44% -
HSV(B) 108.63º 0.91% 0.82% -
XYZ 24.19 45.94 8.16 -
YUV 140.29 58.98 66.45 -
System Red Green Blue C M Y K H S L
Decimal 54 208 18 0.74 0 0.91 0.18 108.63 0.84 0.44
Hex 36 D0 12 4A 0 5B 12 6D 54 2C
Octal 66 320 22 112 0 133 22 155 124 54
Binary 110110 11010000 10010 1001010 0 1011011 10010 1101101 1010100 101100

Color Harmonies of #36D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D012

Black with #36D012

Text Example


Text Example

White with #36D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,208,18); }

 H1.HeaderClassName
 {
   color: #36D012;
 }
 .AnyTagClassName
 {
   color: #36D012;
 }
</style>

background-color css

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

 a { background-color: rgb(54,208,18); }

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

border-color css

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

 span { border-color: rgb(54,208,18); }

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