Html Css Color HEX #55C064 Fern

📋 copy color: '#55C064'

red 85 ◦ green 192 ◦ blue 100

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

Shades of Fern #55C064

Tints of Fern #55C064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 22.55%
G = 50.93%
B = 26.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#55C064 (or 0x55C064) is known color: Fern. HEX triplet: 55, C0 and 64. RGB value is (85,192,100). Sum of RGB (Red+Green+Blue) = 85+192+100=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #55C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C064 is #AA3F9B. Grayscale: #959595. Windows color (decimal): -11157404 or 6602837. OLE color: 6602837.

HSL color Cylindrical-coordinate representation of color #55C064: hue angle of 128.41º 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 #55C064 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 100 -
CMYK 0.56 0 0.48 0.25
HSL 128.41º 0.46% 0.54% -
HSV(B) 128.41º 0.56% 0.75% -
XYZ 24.9 40.55 18.57 -
YUV 149.52 100.05 81.98 -
System Red Green Blue C M Y K H S L
Decimal 85 192 100 0.56 0 0.48 0.25 128.41 0.46 0.54
Hex 55 C0 64 38 0 30 19 80 2E 36
Octal 125 300 144 70 0 60 31 200 56 66
Binary 1010101 11000000 1100100 111000 0 110000 11001 10000000 101110 110110

Color Harmonies of #55C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C064

Black with #55C064

Text Example


Text Example

White with #55C064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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