Html Css Color HEX #52D855 Fern

📋 copy color: '#52D855'

red 82 ◦ green 216 ◦ blue 85

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

Shades of Fern #52D855

Tints of Fern #52D855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 21.41%
G = 56.4%
B = 22.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#52D855 (or 0x52D855) is known color: Fern. HEX triplet: 52, D8 and 55. RGB value is (82,216,85). Sum of RGB (Red+Green+Blue) = 82+216+85=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #52D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D855 is #AD27AA. Grayscale: #A1A1A1. Windows color (decimal): -11347883 or 5625938. OLE color: 5625938.

HSL color Cylindrical-coordinate representation of color #52D855: hue angle of 121.34º 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 #52D855 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 85 -
CMYK 0.62 0 0.61 0.15
HSL 121.34º 0.63% 0.58% -
HSV(B) 121.34º 0.62% 0.85% -
XYZ 29.68 51.56 16.98 -
YUV 161 85.11 71.65 -
System Red Green Blue C M Y K H S L
Decimal 82 216 85 0.62 0 0.61 0.15 121.34 0.63 0.58
Hex 52 D8 55 3E 0 3D F 79 3F 3A
Octal 122 330 125 76 0 75 17 171 77 72
Binary 1010010 11011000 1010101 111110 0 111101 1111 1111001 111111 111010

Color Harmonies of #52D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D855

Black with #52D855

Text Example


Text Example

White with #52D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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