#5DAA11

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

Shades of Christi #5DAA11

Tints of Christi #5DAA11

Color information

#5DAA11 (or 0x5DAA11) is unknown color: approx Christi. HEX triplet: 5D, AA and 11. RGB value is (93,170,17). Sum of RGB (Red+Green+Blue) = 93+170+17=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAA11 is #A255EE. Grayscale: #828282. Windows color (decimal): -10638831 or 1157725. OLE color: 1157725.

HSL color Cylindrical-coordinate representation of color #5DAA11: hue angle of 90.2º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DAA11 is Cyan = 0.45, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB9317017-
CMYK0.4500.90.33
HSL90.2º81.82%36.67%-
HSV(B)90.2º90%66.67%-
XYZ18.9931.125.54-
YUV129.5464.49101.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 60.71%
BLUE value IS 17 (7.03% from 255) = 6.07%
R=33.21%
G=60.71%
B=6.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93170170.4500.90.3390.281.8236.67
Hex5DAA112D05A215a5225
Octal135252215501324113212245
Binary101110110101010100011011010101101010000110110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,17); }

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

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

 a { background-color: rgb(93,170,17); }

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

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

 span { border-color: rgb(93,170,17); }

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