Html Css Color HEX #52D858 Fern

📋 copy color: '#52D858'

red 82 ◦ green 216 ◦ blue 88

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

Shades of Fern #52D858

Tints of Fern #52D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.96%

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 21.24%
G = 55.96%
B = 22.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#52D858 (or 0x52D858) is known color: Fern. HEX triplet: 52, D8 and 58. RGB value is (82,216,88). Sum of RGB (Red+Green+Blue) = 82+216+88=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #52D858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D858 is #AD27A7. Grayscale: #A1A1A1. Windows color (decimal): -11347880 or 5822546. OLE color: 5822546.

HSL color Cylindrical-coordinate representation of color #52D858: hue angle of 122.69º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D858 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 88 -
CMYK 0.62 0 0.59 0.15
HSL 122.69º 0.63% 0.58% -
HSV(B) 122.69º 0.62% 0.85% -
XYZ 29.8 51.61 17.62 -
YUV 161.34 86.61 71.41 -
System Red Green Blue C M Y K H S L
Decimal 82 216 88 0.62 0 0.59 0.15 122.69 0.63 0.58
Hex 52 D8 58 3E 0 3B F 7B 3F 3A
Octal 122 330 130 76 0 73 17 173 77 72
Binary 1010010 11011000 1011000 111110 0 111011 1111 1111011 111111 111010

Color Harmonies of #52D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D858

Black with #52D858

Text Example


Text Example

White with #52D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,88); }

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

background-color css

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

 a { background-color: rgb(82,216,88); }

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

border-color css

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

 span { border-color: rgb(82,216,88); }

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