Html Css Color HEX #52C664 Fern

📋 copy color: '#52C664'

red 82 ◦ green 198 ◦ blue 100

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

Shades of Fern #52C664

Tints of Fern #52C664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.11%

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

R = 21.58%
G = 52.11%
B = 26.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#52C664 (or 0x52C664) is known color: Fern. HEX triplet: 52, C6 and 64. RGB value is (82,198,100). Sum of RGB (Red+Green+Blue) = 82+198+100=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #52C664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C664 is #AD399B. Grayscale: #989898. Windows color (decimal): -11352476 or 6604370. OLE color: 6604370.

HSL color Cylindrical-coordinate representation of color #52C664: hue angle of 129.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C664 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 100 -
CMYK 0.59 0 0.49 0.22
HSL 129.31º 0.5% 0.55% -
HSV(B) 129.31º 0.59% 0.78% -
XYZ 25.97 43.1 19.01 -
YUV 152.14 98.57 77.97 -
System Red Green Blue C M Y K H S L
Decimal 82 198 100 0.59 0 0.49 0.22 129.31 0.5 0.55
Hex 52 C6 64 3B 0 31 16 81 32 37
Octal 122 306 144 73 0 61 26 201 62 67
Binary 1010010 11000110 1100100 111011 0 110001 10110 10000001 110010 110111

Color Harmonies of #52C664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C664

Black with #52C664

Text Example


Text Example

White with #52C664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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