Html Css Color HEX #36ED12 Harlequin

📋 copy color: '#36ED12'

red 54 ◦ green 237 ◦ blue 18

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

Shades of Harlequin #36ED12

Tints of Harlequin #36ED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.7%

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

R = 17.48%
G = 76.7%
B = 5.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#36ED12 (or 0x36ED12) is known color: Harlequin. HEX triplet: 36, ED and 12. RGB value is (54,237,18). Sum of RGB (Red+Green+Blue) = 54+237+18=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #36ED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36ED12 is #C912ED. Grayscale: #9E9E9E. Windows color (decimal): -13177582 or 1240374. OLE color: 1240374.

HSL color Cylindrical-coordinate representation of color #36ED12: hue angle of 110.14º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36ED12 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 237 18 -
CMYK 0.77 0 0.92 0.07
HSL 110.14º 0.86% 0.5% -
HSV(B) 110.14º 0.92% 0.93% -
XYZ 31.91 61.4 10.74 -
YUV 157.32 49.37 54.31 -
System Red Green Blue C M Y K H S L
Decimal 54 237 18 0.77 0 0.92 0.07 110.14 0.86 0.5
Hex 36 ED 12 4D 0 5C 7 6E 56 32
Octal 66 355 22 115 0 134 7 156 126 62
Binary 110110 11101101 10010 1001101 0 1011100 111 1101110 1010110 110010

Color Harmonies of #36ED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ED12

Black with #36ED12

Text Example


Text Example

White with #36ED12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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