#5EA400

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

Shades of Christi #5EA400

Tints of Christi #5EA400

Color information

#5EA400 (or 0x5EA400) is unknown color: approx Christi. HEX triplet: 5E, A4 and 00. RGB value is (94,164,0). Sum of RGB (Red+Green+Blue) = 94+164+0=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA400 is #A15BFF. Grayscale: #7C7C7C. Windows color (decimal): -10574848 or 42078. OLE color: 42078.

HSL color Cylindrical-coordinate representation of color #5EA400: hue angle of 85.61º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EA400 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB941640-
CMYK0.43010.36
HSL85.61º100%32.16%-
HSV(B)85.61º100%64.31%-
XYZ17.8928.934.64-
YUV124.3757.81106.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 164 (64.45% from 255) = 63.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.43%
G=63.57%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9416400.43010.3685.6110032.16
Hex5EA402B06424566420
Octal13624405301444412614440
Binary10111101010010001010110110010010010010101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,0); }

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

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

 a { background-color: rgb(94,164,0); }

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

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

 span { border-color: rgb(94,164,0); }

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