Html Css Color HEX #55AF65 Fern

📋 copy color: '#55AF65'

red 85 ◦ green 175 ◦ blue 101

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

Shades of Fern #55AF65

Tints of Fern #55AF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.48%

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

R = 23.55%
G = 48.48%
B = 27.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#55AF65 (or 0x55AF65) is known color: Fern. HEX triplet: 55, AF and 65. RGB value is (85,175,101). Sum of RGB (Red+Green+Blue) = 85+175+101=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF65 is #AA509A. Grayscale: #8B8B8B. Windows color (decimal): -11161755 or 6664021. OLE color: 6664021.

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

Color convert

RGB 85 175 101 -
CMYK 0.51 0 0.42 0.31
HSL 130.67º 0.36% 0.51% -
HSV(B) 130.67º 0.51% 0.69% -
XYZ 21.43 33.53 17.65 -
YUV 139.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 85 175 101 0.51 0 0.42 0.31 130.67 0.36 0.51
Hex 55 AF 65 33 0 2A 1F 83 24 33
Octal 125 257 145 63 0 52 37 203 44 63
Binary 1010101 10101111 1100101 110011 0 101010 11111 10000011 100100 110011

Color Harmonies of #55AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF65

Black with #55AF65

Text Example


Text Example

White with #55AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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