Html Css Color HEX #52C26C Emerald

📋 copy color: '#52C26C'

red 82 ◦ green 194 ◦ blue 108

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

Shades of Emerald #52C26C

Tints of Emerald #52C26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 21.35%
G = 50.52%
B = 28.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#52C26C (or 0x52C26C) is known color: Emerald. HEX triplet: 52, C2 and 6C. RGB value is (82,194,108). Sum of RGB (Red+Green+Blue) = 82+194+108=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #52C26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C26C is #AD3D93. Grayscale: #969696. Windows color (decimal): -11353492 or 7127634. OLE color: 7127634.

HSL color Cylindrical-coordinate representation of color #52C26C: hue angle of 133.93º 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 #52C26C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 108 -
CMYK 0.58 0 0.44 0.24
HSL 133.93º 0.48% 0.54% -
HSV(B) 133.93º 0.58% 0.76% -
XYZ 25.48 41.46 20.85 -
YUV 150.71 103.89 78.99 -
System Red Green Blue C M Y K H S L
Decimal 82 194 108 0.58 0 0.44 0.24 133.93 0.48 0.54
Hex 52 C2 6C 3A 0 2C 18 86 30 36
Octal 122 302 154 72 0 54 30 206 60 66
Binary 1010010 11000010 1101100 111010 0 101100 11000 10000110 110000 110110

Color Harmonies of #52C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C26C

Black with #52C26C

Text Example


Text Example

White with #52C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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