Html Css Color HEX #52CF6D Emerald

📋 copy color: '#52CF6D'

red 82 ◦ green 207 ◦ blue 109

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

Shades of Emerald #52CF6D

Tints of Emerald #52CF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 20.6%
G = 52.01%
B = 27.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#52CF6D (or 0x52CF6D) is known color: Emerald. HEX triplet: 52, CF and 6D. RGB value is (82,207,109). Sum of RGB (Red+Green+Blue) = 82+207+109=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF6D is #AD3092. Grayscale: #9E9E9E. Windows color (decimal): -11350163 or 7196498. OLE color: 7196498.

HSL color Cylindrical-coordinate representation of color #52CF6D: hue angle of 132.96º 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 #52CF6D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 109 -
CMYK 0.60 0 0.47 0.19
HSL 132.96º 0.57% 0.57% -
HSV(B) 132.96º 0.6% 0.81% -
XYZ 28.55 47.52 22.14 -
YUV 158.45 100.09 73.47 -
System Red Green Blue C M Y K H S L
Decimal 82 207 109 0.60 0 0.47 0.19 132.96 0.57 0.57
Hex 52 CF 6D 3C 0 2F 13 85 39 39
Octal 122 317 155 74 0 57 23 205 71 71
Binary 1010010 11001111 1101101 111100 0 101111 10011 10000101 111001 111001

Color Harmonies of #52CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF6D

Black with #52CF6D

Text Example


Text Example

White with #52CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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