Html Css Color HEX #65AD5F Fern

📋 copy color: '#65AD5F'

red 101 ◦ green 173 ◦ blue 95

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

Shades of Fern #65AD5F

Tints of Fern #65AD5F

RGB

 RED value IS 101 (39.84% from 255) = 27.37%

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 27.37%
G = 46.88%
B = 25.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#65AD5F (or 0x65AD5F) is known color: Fern. HEX triplet: 65, AD and 5F. RGB value is (101,173,95). Sum of RGB (Red+Green+Blue) = 101+173+95=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD5F is #9A52A0. Grayscale: #8E8E8E. Windows color (decimal): -10113697 or 6270309. OLE color: 6270309.

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

Color convert

RGB 101 173 95 -
CMYK 0.42 0 0.45 0.32
HSL 115.38º 0.32% 0.53% -
HSV(B) 115.38º 0.45% 0.68% -
XYZ 22.38 33.48 16.11 -
YUV 142.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 101 173 95 0.42 0 0.45 0.32 115.38 0.32 0.53
Hex 65 AD 5F 2A 0 2D 20 73 20 35
Octal 145 255 137 52 0 55 40 163 40 65
Binary 1100101 10101101 1011111 101010 0 101101 100000 1110011 100000 110101

Color Harmonies of #65AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD5F

Black with #65AD5F

Text Example


Text Example

White with #65AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65AD5F; }

 p { color: rgb(101,173,95); }

 H1.HeaderClassName
 {
   color: #65AD5F;
 }
 .AnyTagClassName
 {
   color: #65AD5F;
 }
</style>

background-color css

<style>
 a { background-color: #65AD5F; }

 a { background-color: rgb(101,173,95); }

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

border-color css

<style>
 span { border-color: #65AD5F; }

 span { border-color: rgb(101,173,95); }

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