Html Css Color HEX #55C755 Fern

📋 copy color: '#55C755'

red 85 ◦ green 199 ◦ blue 85

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

Shades of Fern #55C755

Tints of Fern #55C755

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.93%

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

R = 23.04%
G = 53.93%
B = 23.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#55C755 (or 0x55C755) is known color: Fern. HEX triplet: 55, C7 and 55. RGB value is (85,199,85). Sum of RGB (Red+Green+Blue) = 85+199+85=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #55C755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C755 is #AA38AA. Grayscale: #989898. Windows color (decimal): -11155627 or 5621589. OLE color: 5621589.

HSL color Cylindrical-coordinate representation of color #55C755: hue angle of 120º degrees, saturation: 0.5, 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 #55C755 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 199 85 -
CMYK 0.57 0 0.57 0.22
HSL 120º 0.5% 0.56% -
HSV(B) 120º 0.57% 0.78% -
XYZ 25.81 43.43 15.62 -
YUV 151.92 90.23 80.27 -
System Red Green Blue C M Y K H S L
Decimal 85 199 85 0.57 0 0.57 0.22 120 0.5 0.56
Hex 55 C7 55 39 0 39 16 78 32 38
Octal 125 307 125 71 0 71 26 170 62 70
Binary 1010101 11000111 1010101 111001 0 111001 10110 1111000 110010 111000

Color Harmonies of #55C755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C755

Black with #55C755

Text Example


Text Example

White with #55C755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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