Html Css Color HEX #55C855 Fern

📋 copy color: '#55C855'

red 85 ◦ green 200 ◦ blue 85

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

Shades of Fern #55C855

Tints of Fern #55C855

RGB

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

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

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

R = 22.97%
G = 54.05%
B = 22.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#55C855 (or 0x55C855) is known color: Fern. HEX triplet: 55, C8 and 55. RGB value is (85,200,85). Sum of RGB (Red+Green+Blue) = 85+200+85=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #55C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C855 is #AA37AA. Grayscale: #989898. Windows color (decimal): -11155371 or 5621845. OLE color: 5621845.

HSL color Cylindrical-coordinate representation of color #55C855: hue angle of 120º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C855 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 85 -
CMYK 0.58 0 0.58 0.22
HSL 120º 0.51% 0.56% -
HSV(B) 120º 0.58% 0.78% -
XYZ 26.04 43.9 15.69 -
YUV 152.51 89.9 79.85 -
System Red Green Blue C M Y K H S L
Decimal 85 200 85 0.58 0 0.58 0.22 120 0.51 0.56
Hex 55 C8 55 3A 0 3A 16 78 33 38
Octal 125 310 125 72 0 72 26 170 63 70
Binary 1010101 11001000 1010101 111010 0 111010 10110 1111000 110011 111000

Color Harmonies of #55C855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C855

Black with #55C855

Text Example


Text Example

White with #55C855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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