#5D9D09

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

Shades of Christi #5D9D09

Tints of Christi #5D9D09

Color information

#5D9D09 (or 0x5D9D09) is unknown color: approx Christi. HEX triplet: 5D, 9D and 09. RGB value is (93,157,9). Sum of RGB (Red+Green+Blue) = 93+157+9=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 157 (61.72% from 255 or 60.62% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9D09 is #A262F6. Grayscale: #797979. Windows color (decimal): -10642167 or 630109. OLE color: 630109.

HSL color Cylindrical-coordinate representation of color #5D9D09: hue angle of 85.95º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D9D09 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB931579-
CMYK0.4100.940.38
HSL85.95º89.16%32.55%-
HSV(B)85.95º94.27%61.57%-
XYZ16.6226.464.49-
YUV120.9964.8108.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.91%
GREEN value IS 157 (61.72% from 255) = 60.62%
BLUE value IS 9 (3.91% from 255) = 3.47%
R=35.91%
G=60.62%
B=3.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9315790.4100.940.3885.9589.1632.55
Hex5D9D92905E26565921
Octal135235115101364612613141
Binary10111011001110110011010010101111010011010101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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