#5DA509

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

Shades of Christi #5DA509

Tints of Christi #5DA509

Color information

#5DA509 (or 0x5DA509) is unknown color: approx Christi. HEX triplet: 5D, A5 and 09. RGB value is (93,165,9). Sum of RGB (Red+Green+Blue) = 93+165+9=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA509 is #A25AF6. Grayscale: #7E7E7E. Windows color (decimal): -10640119 or 632157. OLE color: 632157.

HSL color Cylindrical-coordinate representation of color #5DA509: hue angle of 87.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DA509 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB931659-
CMYK0.4400.950.35
HSL87.69º89.66%34.12%-
HSV(B)87.69º94.55%64.71%-
XYZ18.0229.264.96-
YUV125.6962.15104.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 165 (64.84% from 255) = 61.80%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=34.83%
G=61.80%
B=3.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9316590.4400.950.3587.6989.6634.12
Hex5DA592C05F23585a22
Octal135245115401374313013242
Binary10111011010010110011011000101111110001110110001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,165,9); }

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

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

 a { background-color: rgb(93,165,9); }

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

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

 span { border-color: rgb(93,165,9); }

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