Html Css Color HEX #52C956 Fern

📋 copy color: '#52C956'

red 82 ◦ green 201 ◦ blue 86

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

Shades of Fern #52C956

Tints of Fern #52C956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 22.22%
G = 54.47%
B = 23.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#52C956 (or 0x52C956) is known color: Fern. HEX triplet: 52, C9 and 56. RGB value is (82,201,86). Sum of RGB (Red+Green+Blue) = 82+201+86=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #52C956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C956 is #AD36A9. Grayscale: #989898. Windows color (decimal): -11351722 or 5687634. OLE color: 5687634.

HSL color Cylindrical-coordinate representation of color #52C956: hue angle of 122.02º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C956 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 86 -
CMYK 0.59 0 0.57 0.21
HSL 122.02º 0.52% 0.55% -
HSV(B) 122.02º 0.59% 0.79% -
XYZ 26.05 44.24 15.97 -
YUV 152.31 90.58 77.85 -
System Red Green Blue C M Y K H S L
Decimal 82 201 86 0.59 0 0.57 0.21 122.02 0.52 0.55
Hex 52 C9 56 3B 0 39 15 7A 34 37
Octal 122 311 126 73 0 71 25 172 64 67
Binary 1010010 11001001 1010110 111011 0 111001 10101 1111010 110100 110111

Color Harmonies of #52C956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C956

Black with #52C956

Text Example


Text Example

White with #52C956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,86); }

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

background-color css

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

 a { background-color: rgb(82,201,86); }

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

border-color css

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

 span { border-color: rgb(82,201,86); }

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