Html Css Color HEX #55B366 Fern

📋 copy color: '#55B366'

red 85 ◦ green 179 ◦ blue 102

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

Shades of Fern #55B366

Tints of Fern #55B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.91%

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

R = 23.22%
G = 48.91%
B = 27.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#55B366 (or 0x55B366) is known color: Fern. HEX triplet: 55, B3 and 66. RGB value is (85,179,102). Sum of RGB (Red+Green+Blue) = 85+179+102=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #55B366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B366 is #AA4C99. Grayscale: #8E8E8E. Windows color (decimal): -11160730 or 6730581. OLE color: 6730581.

HSL color Cylindrical-coordinate representation of color #55B366: hue angle of 130.85º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B366 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 179 102 -
CMYK 0.53 0 0.43 0.30
HSL 130.85º 0.38% 0.52% -
HSV(B) 130.85º 0.53% 0.7% -
XYZ 22.26 35.13 18.18 -
YUV 142.12 105.36 87.26 -
System Red Green Blue C M Y K H S L
Decimal 85 179 102 0.53 0 0.43 0.30 130.85 0.38 0.52
Hex 55 B3 66 35 0 2B 1E 83 26 34
Octal 125 263 146 65 0 53 36 203 46 64
Binary 1010101 10110011 1100110 110101 0 101011 11110 10000011 100110 110100

Color Harmonies of #55B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B366

Black with #55B366

Text Example


Text Example

White with #55B366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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