Html Css Color HEX #52C954 Fern

📋 copy color: '#52C954'

red 82 ◦ green 201 ◦ blue 84

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

Shades of Fern #52C954

Tints of Fern #52C954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 22.34%
G = 54.77%
B = 22.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#52C954 (or 0x52C954) is known color: Fern. HEX triplet: 52, C9 and 54. RGB value is (82,201,84). Sum of RGB (Red+Green+Blue) = 82+201+84=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #52C954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C954 is #AD36AB. Grayscale: #989898. Windows color (decimal): -11351724 or 5556562. OLE color: 5556562.

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

Color convert

RGB 82 201 84 -
CMYK 0.59 0 0.58 0.21
HSL 121.01º 0.52% 0.55% -
HSV(B) 121.01º 0.59% 0.79% -
XYZ 25.97 44.21 15.55 -
YUV 152.08 89.58 78.01 -
System Red Green Blue C M Y K H S L
Decimal 82 201 84 0.59 0 0.58 0.21 121.01 0.52 0.55
Hex 52 C9 54 3B 0 3A 15 79 34 37
Octal 122 311 124 73 0 72 25 171 64 67
Binary 1010010 11001001 1010100 111011 0 111010 10101 1111001 110100 110111

Color Harmonies of #52C954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C954

Black with #52C954

Text Example


Text Example

White with #52C954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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