Html Css Color HEX #5DA165 Fern

📋 copy color: '#5DA165'

red 93 ◦ green 161 ◦ blue 101

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

Shades of Fern #5DA165

Tints of Fern #5DA165

RGB

 RED value IS 93 (36.72% from 255) = 26.2%

 GREEN value IS 161 (63.28% from 255) = 45.35%

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

R = 26.2%
G = 45.35%
B = 28.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#5DA165 (or 0x5DA165) is known color: Fern. HEX triplet: 5D, A1 and 65. RGB value is (93,161,101). Sum of RGB (Red+Green+Blue) = 93+161+101=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA165 is #A25E9A. Grayscale: #868686. Windows color (decimal): -10641051 or 6660445. OLE color: 6660445.

HSL color Cylindrical-coordinate representation of color #5DA165: hue angle of 127.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA165 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 101 -
CMYK 0.42 0 0.37 0.37
HSL 127.06º 0.27% 0.5% -
HSV(B) 127.06º 0.42% 0.63% -
XYZ 19.61 28.76 16.83 -
YUV 133.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 93 161 101 0.42 0 0.37 0.37 127.06 0.27 0.5
Hex 5D A1 65 2A 0 25 25 7F 1B 32
Octal 135 241 145 52 0 45 45 177 33 62
Binary 1011101 10100001 1100101 101010 0 100101 100101 1111111 11011 110010

Color Harmonies of #5DA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA165

Black with #5DA165

Text Example


Text Example

White with #5DA165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DA165; }

 p { color: rgb(93,161,101); }

 H1.HeaderClassName
 {
   color: #5DA165;
 }
 .AnyTagClassName
 {
   color: #5DA165;
 }
</style>

background-color css

<style>
 a { background-color: #5DA165; }

 a { background-color: rgb(93,161,101); }

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

border-color css

<style>
 span { border-color: #5DA165; }

 span { border-color: rgb(93,161,101); }

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