Html Css Color HEX #55C852 Fern

📋 copy color: '#55C852'

red 85 ◦ green 200 ◦ blue 82

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

Shades of Fern #55C852

Tints of Fern #55C852

RGB

 RED value IS 85 (33.59% from 255) = 23.16%

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

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 23.16%
G = 54.5%
B = 22.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#55C852 (or 0x55C852) is known color: Fern. HEX triplet: 55, C8 and 52. RGB value is (85,200,82). Sum of RGB (Red+Green+Blue) = 85+200+82=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #55C852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C852 is #AA37AD. Grayscale: #989898. Windows color (decimal): -11155374 or 5425237. OLE color: 5425237.

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

Color convert

RGB 85 200 82 -
CMYK 0.58 0 0.59 0.22
HSL 118.47º 0.52% 0.55% -
HSV(B) 118.47º 0.59% 0.78% -
XYZ 25.92 43.85 15.08 -
YUV 152.16 88.4 80.09 -
System Red Green Blue C M Y K H S L
Decimal 85 200 82 0.58 0 0.59 0.22 118.47 0.52 0.55
Hex 55 C8 52 3A 0 3B 16 76 34 37
Octal 125 310 122 72 0 73 26 166 64 67
Binary 1010101 11001000 1010010 111010 0 111011 10110 1110110 110100 110111

Color Harmonies of #55C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C852

Black with #55C852

Text Example


Text Example

White with #55C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C852; }

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

 H1.HeaderClassName
 {
   color: #55C852;
 }
 .AnyTagClassName
 {
   color: #55C852;
 }
</style>

background-color css

<style>
 a { background-color: #55C852; }

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

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

border-color css

<style>
 span { border-color: #55C852; }

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

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