#5d9e00

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

Shades of Christi #5D9E00

Tints of Christi #5D9E00

Color information

#5D9E00 (or 0x5D9E00) is unknown color: approx Christi. HEX triplet: 5D, 9E and 00. RGB value is (93,158,0). Sum of RGB (Red+Green+Blue) = 93+158+0=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 158 (62.11% from 255 or 62.95% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9E00 is #A261FF. Grayscale: #797979. Windows color (decimal): -10641920 or 40541. OLE color: 40541.

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

Color convert

RGB931580-
CMYK0.41010.38
HSL84.68º100%30.98%-
HSV(B)84.68º100%61.96%-
XYZ16.7426.784.29-
YUV120.5559.97108.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.05%
GREEN value IS 158 (62.11% from 255) = 62.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.05%
G=62.95%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9315800.41010.3884.6810030.98
Hex5D9E0290642655641f
Octal13523605101444612514437
Binary1011101100111100101001011001001001101010101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d9e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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