Html Css Color HEX #55C363 Fern

📋 copy color: '#55C363'

red 85 ◦ green 195 ◦ blue 99

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

Shades of Fern #55C363

Tints of Fern #55C363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.45%

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

R = 22.43%
G = 51.45%
B = 26.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#55C363 (or 0x55C363) is known color: Fern. HEX triplet: 55, C3 and 63. RGB value is (85,195,99). Sum of RGB (Red+Green+Blue) = 85+195+99=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #55C363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C363 is #AA3C9C. Grayscale: #979797. Windows color (decimal): -11156637 or 6538069. OLE color: 6538069.

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

Color convert

RGB 85 195 99 -
CMYK 0.56 0 0.49 0.24
HSL 127.64º 0.48% 0.55% -
HSV(B) 127.64º 0.56% 0.76% -
XYZ 25.51 41.86 18.54 -
YUV 151.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 85 195 99 0.56 0 0.49 0.24 127.64 0.48 0.55
Hex 55 C3 63 38 0 31 18 80 30 37
Octal 125 303 143 70 0 61 30 200 60 67
Binary 1010101 11000011 1100011 111000 0 110001 11000 10000000 110000 110111

Color Harmonies of #55C363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C363

Black with #55C363

Text Example


Text Example

White with #55C363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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