Html Css Color HEX #55C463 Fern

📋 copy color: '#55C463'

red 85 ◦ green 196 ◦ blue 99

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

Shades of Fern #55C463

Tints of Fern #55C463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.58%

 BLUE value IS 99 (39.06% from 255) = 26.05%

R = 22.37%
G = 51.58%
B = 26.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#55C463 (or 0x55C463) is known color: Fern. HEX triplet: 55, C4 and 63. RGB value is (85,196,99). Sum of RGB (Red+Green+Blue) = 85+196+99=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #55C463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C463 is #AA3B9C. Grayscale: #989898. Windows color (decimal): -11156381 or 6538325. OLE color: 6538325.

HSL color Cylindrical-coordinate representation of color #55C463: hue angle of 127.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C463 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 196 99 -
CMYK 0.57 0 0.49 0.23
HSL 127.57º 0.48% 0.55% -
HSV(B) 127.57º 0.57% 0.77% -
XYZ 25.74 42.31 18.61 -
YUV 151.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 85 196 99 0.57 0 0.49 0.23 127.57 0.48 0.55
Hex 55 C4 63 39 0 31 17 80 30 37
Octal 125 304 143 71 0 61 27 200 60 67
Binary 1010101 11000100 1100011 111001 0 110001 10111 10000000 110000 110111

Color Harmonies of #55C463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C463

Black with #55C463

Text Example


Text Example

White with #55C463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,196,99); }

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

background-color css

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

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

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

border-color css

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

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

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