Html Css Color HEX #52CE69 Emerald

📋 copy color: '#52CE69'

red 82 ◦ green 206 ◦ blue 105

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

Shades of Emerald #52CE69

Tints of Emerald #52CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.42%

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 20.87%
G = 52.42%
B = 26.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#52CE69 (or 0x52CE69) is known color: Emerald. HEX triplet: 52, CE and 69. RGB value is (82,206,105). Sum of RGB (Red+Green+Blue) = 82+206+105=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE69 is #AD3196. Grayscale: #9D9D9D. Windows color (decimal): -11350423 or 6934098. OLE color: 6934098.

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

Color convert

RGB 82 206 105 -
CMYK 0.60 0 0.49 0.19
HSL 131.13º 0.56% 0.56% -
HSV(B) 131.13º 0.6% 0.81% -
XYZ 28.1 46.96 20.95 -
YUV 157.41 98.42 74.21 -
System Red Green Blue C M Y K H S L
Decimal 82 206 105 0.60 0 0.49 0.19 131.13 0.56 0.56
Hex 52 CE 69 3C 0 31 13 83 38 38
Octal 122 316 151 74 0 61 23 203 70 70
Binary 1010010 11001110 1101001 111100 0 110001 10011 10000011 111000 111000

Color Harmonies of #52CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE69

Black with #52CE69

Text Example


Text Example

White with #52CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,105); }

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

background-color css

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

 a { background-color: rgb(82,206,105); }

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

border-color css

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

 span { border-color: rgb(82,206,105); }

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