#5DA814

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

Shades of Christi #5DA814

Tints of Christi #5DA814

Color information

#5DA814 (or 0x5DA814) is unknown color: approx Christi. HEX triplet: 5D, A8 and 14. RGB value is (93,168,20). Sum of RGB (Red+Green+Blue) = 93+168+20=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA814 is #A257EB. Grayscale: #818181. Windows color (decimal): -10639340 or 1353821. OLE color: 1353821.

HSL color Cylindrical-coordinate representation of color #5DA814: hue angle of 90.41º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DA814 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB9316820-
CMYK0.4500.880.34
HSL90.41º78.72%36.86%-
HSV(B)90.41º88.1%65.88%-
XYZ18.6430.385.54-
YUV128.766.65102.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 168 (66.02% from 255) = 59.79%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=33.10%
G=59.79%
B=7.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168200.4500.880.3490.4178.7236.86
Hex5DA8142D058225a4f25
Octal135250245501304213211745
Binary101110110101000101001011010101100010001010110101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,168,20); }

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

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

 a { background-color: rgb(93,168,20); }

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

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

 span { border-color: rgb(93,168,20); }

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