Html Css Color HEX #55C466 Fern

📋 copy color: '#55C466'

red 85 ◦ green 196 ◦ blue 102

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

Shades of Fern #55C466

Tints of Fern #55C466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.63%

R = 22.19%
G = 51.17%
B = 26.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#55C466 (or 0x55C466) is known color: Fern. HEX triplet: 55, C4 and 66. RGB value is (85,196,102). Sum of RGB (Red+Green+Blue) = 85+196+102=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #55C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C466 is #AA3B99. Grayscale: #989898. Windows color (decimal): -11156378 or 6734933. OLE color: 6734933.

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

Color convert

RGB 85 196 102 -
CMYK 0.57 0 0.48 0.23
HSL 129.19º 0.48% 0.55% -
HSV(B) 129.19º 0.57% 0.77% -
XYZ 25.88 42.37 19.38 -
YUV 152.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 85 196 102 0.57 0 0.48 0.23 129.19 0.48 0.55
Hex 55 C4 66 39 0 30 17 81 30 37
Octal 125 304 146 71 0 60 27 201 60 67
Binary 1010101 11000100 1100110 111001 0 110000 10111 10000001 110000 110111

Color Harmonies of #55C466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C466

Black with #55C466

Text Example


Text Example

White with #55C466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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