#5D9B05

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

Shades of Christi #5D9B05

Tints of Christi #5D9B05

Color information

#5D9B05 (or 0x5D9B05) is unknown color: approx Christi. HEX triplet: 5D, 9B and 05. RGB value is (93,155,5). Sum of RGB (Red+Green+Blue) = 93+155+5=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 155 (60.94% from 255 or 61.26% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9B05 is #A264FA. Grayscale: #777777. Windows color (decimal): -10642683 or 367453. OLE color: 367453.

HSL color Cylindrical-coordinate representation of color #5D9B05: hue angle of 84.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D9B05 is Cyan = 0.4, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB931555-
CMYK0.400.970.39
HSL84.8º93.75%31.37%-
HSV(B)84.8º96.77%60.78%-
XYZ16.2625.784.26-
YUV119.3663.46109.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.76%
GREEN value IS 155 (60.94% from 255) = 61.26%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=36.76%
G=61.26%
B=1.98%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9315550.400.970.3984.893.7531.37
Hex5D9B52806127555e1f
Octal13523355001414712513637
Binary101110110011011101101000011000011001111010101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,155,5); }

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

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

 a { background-color: rgb(93,155,5); }

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

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

 span { border-color: rgb(93,155,5); }

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