Html Css Color HEX #52C462 Fern

📋 copy color: '#52C462'

red 82 ◦ green 196 ◦ blue 98

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

Shades of Fern #52C462

Tints of Fern #52C462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 21.81%
G = 52.13%
B = 26.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#52C462 (or 0x52C462) is known color: Fern. HEX triplet: 52, C4 and 62. RGB value is (82,196,98). Sum of RGB (Red+Green+Blue) = 82+196+98=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #52C462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C462 is #AD3B9D. Grayscale: #979797. Windows color (decimal): -11352990 or 6472786. OLE color: 6472786.

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

Color convert

RGB 82 196 98 -
CMYK 0.58 0 0.5 0.23
HSL 128.42º 0.49% 0.55% -
HSV(B) 128.42º 0.58% 0.77% -
XYZ 25.42 42.16 18.35 -
YUV 150.74 98.23 78.97 -
System Red Green Blue C M Y K H S L
Decimal 82 196 98 0.58 0 0.5 0.23 128.42 0.49 0.55
Hex 52 C4 62 3A 0 32 17 80 31 37
Octal 122 304 142 72 0 62 27 200 61 67
Binary 1010010 11000100 1100010 111010 0 110010 10111 10000000 110001 110111

Color Harmonies of #52C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C462

Black with #52C462

Text Example


Text Example

White with #52C462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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