Html Css Color HEX #55C055 Fern

📋 copy color: '#55C055'

red 85 ◦ green 192 ◦ blue 85

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

Shades of Fern #55C055

Tints of Fern #55C055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

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

R = 23.48%
G = 53.04%
B = 23.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#55C055 (or 0x55C055) is known color: Fern. HEX triplet: 55, C0 and 55. RGB value is (85,192,85). Sum of RGB (Red+Green+Blue) = 85+192+85=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #55C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C055 is #AA3FAA. Grayscale: #949494. Windows color (decimal): -11157419 or 5619797. OLE color: 5619797.

HSL color Cylindrical-coordinate representation of color #55C055: hue angle of 120º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C055 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 85 -
CMYK 0.56 0 0.56 0.25
HSL 120º 0.46% 0.54% -
HSV(B) 120º 0.56% 0.75% -
XYZ 24.24 40.29 15.09 -
YUV 147.81 92.55 83.2 -
System Red Green Blue C M Y K H S L
Decimal 85 192 85 0.56 0 0.56 0.25 120 0.46 0.54
Hex 55 C0 55 38 0 38 19 78 2E 36
Octal 125 300 125 70 0 70 31 170 56 66
Binary 1010101 11000000 1010101 111000 0 111000 11001 1111000 101110 110110

Color Harmonies of #55C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C055

Black with #55C055

Text Example


Text Example

White with #55C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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