Html Css Color HEX #55C166 Fern

📋 copy color: '#55C166'

red 85 ◦ green 193 ◦ blue 102

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

Shades of Fern #55C166

Tints of Fern #55C166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.79%

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

R = 22.37%
G = 50.79%
B = 26.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#55C166 (or 0x55C166) is known color: Fern. HEX triplet: 55, C1 and 66. RGB value is (85,193,102). Sum of RGB (Red+Green+Blue) = 85+193+102=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #55C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C166 is #AA3E99. Grayscale: #969696. Windows color (decimal): -11157146 or 6734165. OLE color: 6734165.

HSL color Cylindrical-coordinate representation of color #55C166: hue angle of 129.44º degrees, saturation: 0.47, 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 #55C166 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 102 -
CMYK 0.56 0 0.47 0.24
HSL 129.44º 0.47% 0.55% -
HSV(B) 129.44º 0.56% 0.76% -
XYZ 25.21 41.03 19.16 -
YUV 150.33 100.72 81.4 -
System Red Green Blue C M Y K H S L
Decimal 85 193 102 0.56 0 0.47 0.24 129.44 0.47 0.55
Hex 55 C1 66 38 0 2F 18 81 2F 37
Octal 125 301 146 70 0 57 30 201 57 67
Binary 1010101 11000001 1100110 111000 0 101111 11000 10000001 101111 110111

Color Harmonies of #55C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C166

Black with #55C166

Text Example


Text Example

White with #55C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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