Html Css Color HEX #52C467 Emerald

📋 copy color: '#52C467'

red 82 ◦ green 196 ◦ blue 103

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

Shades of Emerald #52C467

Tints of Emerald #52C467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.03%

R = 21.52%
G = 51.44%
B = 27.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#52C467 (or 0x52C467) is known color: Emerald. HEX triplet: 52, C4 and 67. RGB value is (82,196,103). Sum of RGB (Red+Green+Blue) = 82+196+103=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #52C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C467 is #AD3B98. Grayscale: #979797. Windows color (decimal): -11352985 or 6800466. OLE color: 6800466.

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

Color convert

RGB 82 196 103 -
CMYK 0.58 0 0.47 0.23
HSL 131.05º 0.49% 0.55% -
HSV(B) 131.05º 0.58% 0.77% -
XYZ 25.67 42.25 19.63 -
YUV 151.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 82 196 103 0.58 0 0.47 0.23 131.05 0.49 0.55
Hex 52 C4 67 3A 0 2F 17 83 31 37
Octal 122 304 147 72 0 57 27 203 61 67
Binary 1010010 11000100 1100111 111010 0 101111 10111 10000011 110001 110111

Color Harmonies of #52C467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C467

Black with #52C467

Text Example


Text Example

White with #52C467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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