Html Css Color HEX #52CF8C Emerald

📋 copy color: '#52CF8C'

red 82 ◦ green 207 ◦ blue 140

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

Shades of Emerald #52CF8C

Tints of Emerald #52CF8C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.25%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 19.11%
G = 48.25%
B = 32.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#52CF8C (or 0x52CF8C) is known color: Emerald. HEX triplet: 52, CF and 8C. RGB value is (82,207,140). Sum of RGB (Red+Green+Blue) = 82+207+140=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF8C is #AD3073. Grayscale: #A2A2A2. Windows color (decimal): -11350132 or 9228114. OLE color: 9228114.

HSL color Cylindrical-coordinate representation of color #52CF8C: hue angle of 147.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF8C is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 140 -
CMYK 0.60 0 0.32 0.19
HSL 147.84º 0.57% 0.57% -
HSV(B) 147.84º 0.6% 0.81% -
XYZ 30.53 48.31 32.53 -
YUV 161.99 115.59 70.95 -
System Red Green Blue C M Y K H S L
Decimal 82 207 140 0.60 0 0.32 0.19 147.84 0.57 0.57
Hex 52 CF 8C 3C 0 20 13 94 39 39
Octal 122 317 214 74 0 40 23 224 71 71
Binary 1010010 11001111 10001100 111100 0 100000 10011 10010100 111001 111001

Color Harmonies of #52CF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF8C

Black with #52CF8C

Text Example


Text Example

White with #52CF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,140); }

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

background-color css

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

 a { background-color: rgb(82,207,140); }

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

border-color css

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

 span { border-color: rgb(82,207,140); }

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