Html Css Color HEX #52C455 Fern

📋 copy color: '#52C455'

red 82 ◦ green 196 ◦ blue 85

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

Shades of Fern #52C455

Tints of Fern #52C455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.99%

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

R = 22.59%
G = 53.99%
B = 23.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#52C455 (or 0x52C455) is known color: Fern. HEX triplet: 52, C4 and 55. RGB value is (82,196,85). Sum of RGB (Red+Green+Blue) = 82+196+85=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #52C455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C455 is #AD3BAA. Grayscale: #959595. Windows color (decimal): -11353003 or 5620818. OLE color: 5620818.

HSL color Cylindrical-coordinate representation of color #52C455: hue angle of 121.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C455 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 85 -
CMYK 0.58 0 0.57 0.23
HSL 121.58º 0.49% 0.55% -
HSV(B) 121.58º 0.58% 0.77% -
XYZ 24.86 41.93 15.38 -
YUV 149.26 91.73 80.03 -
System Red Green Blue C M Y K H S L
Decimal 82 196 85 0.58 0 0.57 0.23 121.58 0.49 0.55
Hex 52 C4 55 3A 0 39 17 7A 31 37
Octal 122 304 125 72 0 71 27 172 61 67
Binary 1010010 11000100 1010101 111010 0 111001 10111 1111010 110001 110111

Color Harmonies of #52C455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C455

Black with #52C455

Text Example


Text Example

White with #52C455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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