Html Css Color HEX #36F072 Emerald

📋 copy color: '#36F072'

red 54 ◦ green 240 ◦ blue 114

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

Shades of Emerald #36F072

Tints of Emerald #36F072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.82%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 13.24%
G = 58.82%
B = 27.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#36F072 (or 0x36F072) is known color: Emerald. HEX triplet: 36, F0 and 72. RGB value is (54,240,114). Sum of RGB (Red+Green+Blue) = 54+240+114=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #36F072 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F072 is #C90F8D. Grayscale: #AAAAAA. Windows color (decimal): -13176718 or 7532598. OLE color: 7532598.

HSL color Cylindrical-coordinate representation of color #36F072: hue angle of 139.35º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F072 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 240 114 -
CMYK 0.78 0 0.52 0.06
HSL 139.35º 0.86% 0.58% -
HSV(B) 139.35º 0.78% 0.94% -
XYZ 35.72 64.32 26.45 -
YUV 170.02 96.38 45.25 -
System Red Green Blue C M Y K H S L
Decimal 54 240 114 0.78 0 0.52 0.06 139.35 0.86 0.58
Hex 36 F0 72 4E 0 34 6 8B 56 3A
Octal 66 360 162 116 0 64 6 213 126 72
Binary 110110 11110000 1110010 1001110 0 110100 110 10001011 1010110 111010

Color Harmonies of #36F072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F072

Black with #36F072

Text Example


Text Example

White with #36F072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,240,114); }

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

background-color css

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

 a { background-color: rgb(54,240,114); }

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

border-color css

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

 span { border-color: rgb(54,240,114); }

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