Html Css Color HEX #55AE65 Fern

📋 copy color: '#55AE65'

red 85 ◦ green 174 ◦ blue 101

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

Shades of Fern #55AE65

Tints of Fern #55AE65

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.33%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 23.61%
G = 48.33%
B = 28.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#55AE65 (or 0x55AE65) is known color: Fern. HEX triplet: 55, AE and 65. RGB value is (85,174,101). Sum of RGB (Red+Green+Blue) = 85+174+101=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE65 is #AA519A. Grayscale: #8B8B8B. Windows color (decimal): -11162011 or 6663765. OLE color: 6663765.

HSL color Cylindrical-coordinate representation of color #55AE65: hue angle of 130.79º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AE65 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 101 -
CMYK 0.51 0 0.42 0.32
HSL 130.79º 0.35% 0.51% -
HSV(B) 130.79º 0.51% 0.68% -
XYZ 21.23 33.14 17.59 -
YUV 139.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 85 174 101 0.51 0 0.42 0.32 130.79 0.35 0.51
Hex 55 AE 65 33 0 2A 20 83 23 33
Octal 125 256 145 63 0 52 40 203 43 63
Binary 1010101 10101110 1100101 110011 0 101010 100000 10000011 100011 110011

Color Harmonies of #55AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE65

Black with #55AE65

Text Example


Text Example

White with #55AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,174,101); }

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

background-color css

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

 a { background-color: rgb(85,174,101); }

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

border-color css

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

 span { border-color: rgb(85,174,101); }

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