Html Css Color HEX #52CF78 Emerald

📋 copy color: '#52CF78'

red 82 ◦ green 207 ◦ blue 120

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

Shades of Emerald #52CF78

Tints of Emerald #52CF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 20.05%
G = 50.61%
B = 29.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#52CF78 (or 0x52CF78) is known color: Emerald. HEX triplet: 52, CF and 78. RGB value is (82,207,120). Sum of RGB (Red+Green+Blue) = 82+207+120=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF78 is #AD3087. Grayscale: #9F9F9F. Windows color (decimal): -11350152 or 7917394. OLE color: 7917394.

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

Color convert

RGB 82 207 120 -
CMYK 0.60 0 0.42 0.19
HSL 138.24º 0.57% 0.57% -
HSV(B) 138.24º 0.6% 0.81% -
XYZ 29.18 47.78 25.45 -
YUV 159.71 105.59 72.57 -
System Red Green Blue C M Y K H S L
Decimal 82 207 120 0.60 0 0.42 0.19 138.24 0.57 0.57
Hex 52 CF 78 3C 0 2A 13 8A 39 39
Octal 122 317 170 74 0 52 23 212 71 71
Binary 1010010 11001111 1111000 111100 0 101010 10011 10001010 111001 111001

Color Harmonies of #52CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF78

Black with #52CF78

Text Example


Text Example

White with #52CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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