Html Css Color HEX #52C269 Emerald

📋 copy color: '#52C269'

red 82 ◦ green 194 ◦ blue 105

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

Shades of Emerald #52C269

Tints of Emerald #52C269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

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

R = 21.52%
G = 50.92%
B = 27.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#52C269 (or 0x52C269) is known color: Emerald. HEX triplet: 52, C2 and 69. RGB value is (82,194,105). Sum of RGB (Red+Green+Blue) = 82+194+105=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #52C269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C269 is #AD3D96. Grayscale: #969696. Windows color (decimal): -11353495 or 6931026. OLE color: 6931026.

HSL color Cylindrical-coordinate representation of color #52C269: hue angle of 132.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C269 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 105 -
CMYK 0.58 0 0.46 0.24
HSL 132.32º 0.48% 0.54% -
HSV(B) 132.32º 0.58% 0.76% -
XYZ 25.32 41.4 20.02 -
YUV 150.37 102.39 79.24 -
System Red Green Blue C M Y K H S L
Decimal 82 194 105 0.58 0 0.46 0.24 132.32 0.48 0.54
Hex 52 C2 69 3A 0 2E 18 84 30 36
Octal 122 302 151 72 0 56 30 204 60 66
Binary 1010010 11000010 1101001 111010 0 101110 11000 10000100 110000 110110

Color Harmonies of #52C269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C269

Black with #52C269

Text Example


Text Example

White with #52C269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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