Html Css Color HEX #52C865 Emerald

📋 copy color: '#52C865'

red 82 ◦ green 200 ◦ blue 101

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

Shades of Emerald #52C865

Tints of Emerald #52C865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.22%

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 21.41%
G = 52.22%
B = 26.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#52C865 (or 0x52C865) is known color: Emerald. HEX triplet: 52, C8 and 65. RGB value is (82,200,101). Sum of RGB (Red+Green+Blue) = 82+200+101=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #52C865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C865 is #AD379A. Grayscale: #999999. Windows color (decimal): -11351963 or 6670418. OLE color: 6670418.

HSL color Cylindrical-coordinate representation of color #52C865: hue angle of 129.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C865 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 101 -
CMYK 0.59 0 0.49 0.22
HSL 129.66º 0.52% 0.55% -
HSV(B) 129.66º 0.59% 0.78% -
XYZ 26.48 44.04 19.42 -
YUV 153.43 98.41 77.05 -
System Red Green Blue C M Y K H S L
Decimal 82 200 101 0.59 0 0.49 0.22 129.66 0.52 0.55
Hex 52 C8 65 3B 0 31 16 82 34 37
Octal 122 310 145 73 0 61 26 202 64 67
Binary 1010010 11001000 1100101 111011 0 110001 10110 10000010 110100 110111

Color Harmonies of #52C865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C865

Black with #52C865

Text Example


Text Example

White with #52C865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,101); }

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

background-color css

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

 a { background-color: rgb(82,200,101); }

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

border-color css

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

 span { border-color: rgb(82,200,101); }

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