#5DA512

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

Shades of Christi #5DA512

Tints of Christi #5DA512

Color information

#5DA512 (or 0x5DA512) is unknown color: approx Christi. HEX triplet: 5D, A5 and 12. RGB value is (93,165,18). Sum of RGB (Red+Green+Blue) = 93+165+18=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA512 is #A25AED. Grayscale: #7F7F7F. Windows color (decimal): -10640110 or 1221981. OLE color: 1221981.

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

Color convert

RGB9316518-
CMYK0.4400.890.35
HSL89.39º80.33%35.88%-
HSV(B)89.39º89.09%64.71%-
XYZ18.0829.285.27-
YUV126.7166.65103.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.70%
GREEN value IS 165 (64.84% from 255) = 59.78%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=33.70%
G=59.78%
B=6.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93165180.4400.890.3589.3980.3335.88
Hex5DA5122C05923595024
Octal135245225401314313112044
Binary101110110100101100101011000101100110001110110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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