Html Css Color HEX #52CF7F Emerald

📋 copy color: '#52CF7F'

red 82 ◦ green 207 ◦ blue 127

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

Shades of Emerald #52CF7F

Tints of Emerald #52CF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 19.71%
G = 49.76%
B = 30.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#52CF7F (or 0x52CF7F) is known color: Emerald. HEX triplet: 52, CF and 7F. RGB value is (82,207,127). Sum of RGB (Red+Green+Blue) = 82+207+127=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF7F is #AD3080. Grayscale: #A0A0A0. Windows color (decimal): -11350145 or 8376146. OLE color: 8376146.

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

Color convert

RGB 82 207 127 -
CMYK 0.60 0 0.39 0.19
HSL 141.6º 0.57% 0.57% -
HSV(B) 141.6º 0.6% 0.81% -
XYZ 29.62 47.95 27.77 -
YUV 160.51 109.09 72 -
System Red Green Blue C M Y K H S L
Decimal 82 207 127 0.60 0 0.39 0.19 141.6 0.57 0.57
Hex 52 CF 7F 3C 0 27 13 8E 39 39
Octal 122 317 177 74 0 47 23 216 71 71
Binary 1010010 11001111 1111111 111100 0 100111 10011 10001110 111001 111001

Color Harmonies of #52CF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF7F

Black with #52CF7F

Text Example


Text Example

White with #52CF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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