#5DAE18

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

Shades of Christi #5DAE18

Tints of Christi #5DAE18

Color information

#5DAE18 (or 0x5DAE18) is unknown color: approx Christi. HEX triplet: 5D, AE and 18. RGB value is (93,174,24). Sum of RGB (Red+Green+Blue) = 93+174+24=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 174 (68.36% from 255 or 59.79% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAE18 is #A251E7. Grayscale: #858585. Windows color (decimal): -10637800 or 1617501. OLE color: 1617501.

HSL color Cylindrical-coordinate representation of color #5DAE18: hue angle of 92.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DAE18 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB9317424-
CMYK0.4700.860.32
HSL92.4º75.76%38.82%-
HSV(B)92.4º86.21%68.24%-
XYZ19.8232.676.12-
YUV132.6866.6699.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 174 (68.36% from 255) = 59.79%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=31.96%
G=59.79%
B=8.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93174240.4700.860.3292.475.7638.82
Hex5DAE182F056205c4c27
Octal135256305701264013411447
Binary101110110101110110001011110101011010000010111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,174,24); }

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

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

 a { background-color: rgb(93,174,24); }

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

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

 span { border-color: rgb(93,174,24); }

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