Html Css Color HEX #52C85E Fern

📋 copy color: '#52C85E'

red 82 ◦ green 200 ◦ blue 94

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

Shades of Fern #52C85E

Tints of Fern #52C85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25%

R = 21.81%
G = 53.19%
B = 25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#52C85E (or 0x52C85E) is known color: Fern. HEX triplet: 52, C8 and 5E. RGB value is (82,200,94). Sum of RGB (Red+Green+Blue) = 82+200+94=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #52C85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C85E is #AD37A1. Grayscale: #989898. Windows color (decimal): -11351970 or 6211666. OLE color: 6211666.

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

Color convert

RGB 82 200 94 -
CMYK 0.59 0 0.53 0.22
HSL 126.1º 0.52% 0.55% -
HSV(B) 126.1º 0.59% 0.78% -
XYZ 26.15 43.91 17.69 -
YUV 152.63 94.91 77.62 -
System Red Green Blue C M Y K H S L
Decimal 82 200 94 0.59 0 0.53 0.22 126.1 0.52 0.55
Hex 52 C8 5E 3B 0 35 16 7E 34 37
Octal 122 310 136 73 0 65 26 176 64 67
Binary 1010010 11001000 1011110 111011 0 110101 10110 1111110 110100 110111

Color Harmonies of #52C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C85E

Black with #52C85E

Text Example


Text Example

White with #52C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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