Html Css Color HEX #52C36F Emerald

📋 copy color: '#52C36F'

red 82 ◦ green 195 ◦ blue 111

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

Shades of Emerald #52C36F

Tints of Emerald #52C36F

RGB

 RED value IS 82 (32.42% from 255) = 21.13%

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 21.13%
G = 50.26%
B = 28.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#52C36F (or 0x52C36F) is known color: Emerald. HEX triplet: 52, C3 and 6F. RGB value is (82,195,111). Sum of RGB (Red+Green+Blue) = 82+195+111=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #52C36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C36F is #AD3C90. Grayscale: #979797. Windows color (decimal): -11353233 or 7324498. OLE color: 7324498.

HSL color Cylindrical-coordinate representation of color #52C36F: hue angle of 135.4º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C36F is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 111 -
CMYK 0.58 0 0.43 0.24
HSL 135.4º 0.48% 0.54% -
HSV(B) 135.4º 0.58% 0.76% -
XYZ 25.86 41.97 21.78 -
YUV 151.64 105.06 78.33 -
System Red Green Blue C M Y K H S L
Decimal 82 195 111 0.58 0 0.43 0.24 135.4 0.48 0.54
Hex 52 C3 6F 3A 0 2B 18 87 30 36
Octal 122 303 157 72 0 53 30 207 60 66
Binary 1010010 11000011 1101111 111010 0 101011 11000 10000111 110000 110110

Color Harmonies of #52C36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C36F

Black with #52C36F

Text Example


Text Example

White with #52C36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C36F; }

 p { color: rgb(82,195,111); }

 H1.HeaderClassName
 {
   color: #52C36F;
 }
 .AnyTagClassName
 {
   color: #52C36F;
 }
</style>

background-color css

<style>
 a { background-color: #52C36F; }

 a { background-color: rgb(82,195,111); }

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

border-color css

<style>
 span { border-color: #52C36F; }

 span { border-color: rgb(82,195,111); }

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