Html Css Color HEX #52C95C Fern

📋 copy color: '#52C95C'

red 82 ◦ green 201 ◦ blue 92

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

Shades of Fern #52C95C

Tints of Fern #52C95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 21.87%
G = 53.6%
B = 24.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#52C95C (or 0x52C95C) is known color: Fern. HEX triplet: 52, C9 and 5C. RGB value is (82,201,92). Sum of RGB (Red+Green+Blue) = 82+201+92=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #52C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C95C is #AD36A3. Grayscale: #999999. Windows color (decimal): -11351716 or 6080850. OLE color: 6080850.

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

Color convert

RGB 82 201 92 -
CMYK 0.59 0 0.54 0.21
HSL 125.04º 0.52% 0.55% -
HSV(B) 125.04º 0.59% 0.79% -
XYZ 26.3 44.34 17.3 -
YUV 152.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 82 201 92 0.59 0 0.54 0.21 125.04 0.52 0.55
Hex 52 C9 5C 3B 0 36 15 7D 34 37
Octal 122 311 134 73 0 66 25 175 64 67
Binary 1010010 11001001 1011100 111011 0 110110 10101 1111101 110100 110111

Color Harmonies of #52C95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C95C

Black with #52C95C

Text Example


Text Example

White with #52C95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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