Html Css Color HEX #52CC64 Emerald

📋 copy color: '#52CC64'

red 82 ◦ green 204 ◦ blue 100

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

Shades of Emerald #52CC64

Tints of Emerald #52CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.85%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 21.24%
G = 52.85%
B = 25.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#52CC64 (or 0x52CC64) is known color: Emerald. HEX triplet: 52, CC and 64. RGB value is (82,204,100). Sum of RGB (Red+Green+Blue) = 82+204+100=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC64 is #AD339B. Grayscale: #9B9B9B. Windows color (decimal): -11350940 or 6605906. OLE color: 6605906.

HSL color Cylindrical-coordinate representation of color #52CC64: hue angle of 128.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC64 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 100 -
CMYK 0.60 0 0.51 0.2
HSL 128.85º 0.54% 0.56% -
HSV(B) 128.85º 0.6% 0.8% -
XYZ 27.37 45.9 19.47 -
YUV 155.67 96.58 75.46 -
System Red Green Blue C M Y K H S L
Decimal 82 204 100 0.60 0 0.51 0.2 128.85 0.54 0.56
Hex 52 CC 64 3C 0 33 14 81 36 38
Octal 122 314 144 74 0 63 24 201 66 70
Binary 1010010 11001100 1100100 111100 0 110011 10100 10000001 110110 111000

Color Harmonies of #52CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC64

Black with #52CC64

Text Example


Text Example

White with #52CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,100); }

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

background-color css

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

 a { background-color: rgb(82,204,100); }

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

border-color css

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

 span { border-color: rgb(82,204,100); }

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