Html Css Color HEX #52C85C Fern

📋 copy color: '#52C85C'

red 82 ◦ green 200 ◦ blue 92

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

Shades of Fern #52C85C

Tints of Fern #52C85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.48%

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

R = 21.93%
G = 53.48%
B = 24.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#52C85C (or 0x52C85C) is known color: Fern. HEX triplet: 52, C8 and 5C. RGB value is (82,200,92). Sum of RGB (Red+Green+Blue) = 82+200+92=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #52C85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C85C is #AD37A3. Grayscale: #989898. Windows color (decimal): -11351972 or 6080594. OLE color: 6080594.

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

Color convert

RGB 82 200 92 -
CMYK 0.59 0 0.54 0.22
HSL 125.08º 0.52% 0.55% -
HSV(B) 125.08º 0.59% 0.78% -
XYZ 26.07 43.88 17.22 -
YUV 152.41 93.91 77.78 -
System Red Green Blue C M Y K H S L
Decimal 82 200 92 0.59 0 0.54 0.22 125.08 0.52 0.55
Hex 52 C8 5C 3B 0 36 16 7D 34 37
Octal 122 310 134 73 0 66 26 175 64 67
Binary 1010010 11001000 1011100 111011 0 110110 10110 1111101 110100 110111

Color Harmonies of #52C85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C85C

Black with #52C85C

Text Example


Text Example

White with #52C85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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