Html Css Color HEX #52C469 Emerald

📋 copy color: '#52C469'

red 82 ◦ green 196 ◦ blue 105

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

Shades of Emerald #52C469

Tints of Emerald #52C469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

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

R = 21.41%
G = 51.17%
B = 27.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#52C469 (or 0x52C469) is known color: Emerald. HEX triplet: 52, C4 and 69. RGB value is (82,196,105). Sum of RGB (Red+Green+Blue) = 82+196+105=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #52C469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C469 is #AD3B96. Grayscale: #979797. Windows color (decimal): -11352983 or 6931538. OLE color: 6931538.

HSL color Cylindrical-coordinate representation of color #52C469: hue angle of 132.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C469 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 105 -
CMYK 0.58 0 0.46 0.23
HSL 132.11º 0.49% 0.55% -
HSV(B) 132.11º 0.58% 0.77% -
XYZ 25.77 42.29 20.17 -
YUV 151.54 101.73 78.4 -
System Red Green Blue C M Y K H S L
Decimal 82 196 105 0.58 0 0.46 0.23 132.11 0.49 0.55
Hex 52 C4 69 3A 0 2E 17 84 31 37
Octal 122 304 151 72 0 56 27 204 61 67
Binary 1010010 11000100 1101001 111010 0 101110 10111 10000100 110001 110111

Color Harmonies of #52C469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C469

Black with #52C469

Text Example


Text Example

White with #52C469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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