#5DAD16

Color #5DAD16 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #5DAD16

Tints of Christi #5DAD16

Color information

#5DAD16 (or 0x5DAD16) is unknown color: approx Christi. HEX triplet: 5D, AD and 16. RGB value is (93,173,22). Sum of RGB (Red+Green+Blue) = 93+173+22=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAD16 is #A252E9. Grayscale: #848484. Windows color (decimal): -10638058 or 1486173. OLE color: 1486173.

HSL color Cylindrical-coordinate representation of color #5DAD16: hue angle of 91.79º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DAD16 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB9317322-
CMYK0.4600.870.32
HSL91.79º77.44%38.24%-
HSV(B)91.79º87.28%67.84%-
XYZ19.632.275.96-
YUV131.8766100.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 173 (67.97% from 255) = 60.07%
BLUE value IS 22 (8.98% from 255) = 7.64%
R=32.29%
G=60.07%
B=7.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93173220.4600.870.3291.7977.4438.24
Hex5DAD162E057205c4d26
Octal135255265601274013411546
Binary101110110101101101101011100101011110000010111001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,22); }

 H1.HeaderClassName
 {
   color: #5DAD16;
 }
 .AnyTagClassName
 {
   color: #5DAD16;
 }
</style>
background-color css

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

 a { background-color: rgb(93,173,22); }

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

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

 span { border-color: rgb(93,173,22); }

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