Html Css Color HEX #52D355 Fern

📋 copy color: '#52D355'

red 82 ◦ green 211 ◦ blue 85

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

Shades of Fern #52D355

Tints of Fern #52D355

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.82%

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

R = 21.69%
G = 55.82%
B = 22.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#52D355 (or 0x52D355) is known color: Fern. HEX triplet: 52, D3 and 55. RGB value is (82,211,85). Sum of RGB (Red+Green+Blue) = 82+211+85=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #52D355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D355 is #AD2CAA. Grayscale: #9E9E9E. Windows color (decimal): -11349163 or 5624658. OLE color: 5624658.

HSL color Cylindrical-coordinate representation of color #52D355: hue angle of 121.4º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D355 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 85 -
CMYK 0.61 0 0.60 0.17
HSL 121.4º 0.59% 0.57% -
HSV(B) 121.4º 0.61% 0.83% -
XYZ 28.41 49.04 16.56 -
YUV 158.07 86.76 73.75 -
System Red Green Blue C M Y K H S L
Decimal 82 211 85 0.61 0 0.60 0.17 121.4 0.59 0.57
Hex 52 D3 55 3D 0 3C 11 79 3B 39
Octal 122 323 125 75 0 74 21 171 73 71
Binary 1010010 11010011 1010101 111101 0 111100 10001 1111001 111011 111001

Color Harmonies of #52D355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D355

Black with #52D355

Text Example


Text Example

White with #52D355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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