#5daa00

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

Shades of Christi #5DAA00

Tints of Christi #5DAA00

Color information

#5DAA00 (or 0x5DAA00) is unknown color: approx Christi. HEX triplet: 5D, AA and 00. RGB value is (93,170,0). Sum of RGB (Red+Green+Blue) = 93+170+0=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAA00 is #A255FF. Grayscale: #808080. Windows color (decimal): -10638848 or 43613. OLE color: 43613.

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

Color convert

RGB931700-
CMYK0.45010.33
HSL87.18º100%33.33%-
HSV(B)87.18º100%66.67%-
XYZ18.8931.085-
YUV127.655.99103.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 170 (66.80% from 255) = 64.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.36%
G=64.64%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9317000.45010.3387.1810033.33
Hex5DAA02D06421576421
Octal13525205501444112714441
Binary10111011010101001011010110010010000110101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5daa00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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