#5EA300

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

Shades of Christi #5EA300

Tints of Christi #5EA300

Color information

#5EA300 (or 0x5EA300) is unknown color: approx Christi. HEX triplet: 5E, A3 and 00. RGB value is (94,163,0). Sum of RGB (Red+Green+Blue) = 94+163+0=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA300 is #A15CFF. Grayscale: #7C7C7C. Windows color (decimal): -10575104 or 41822. OLE color: 41822.

HSL color Cylindrical-coordinate representation of color #5EA300: hue angle of 85.4º 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 #5EA300 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB941630-
CMYK0.42010.36
HSL85.4º100%31.96%-
HSV(B)85.4º100%63.92%-
XYZ17.7128.574.58-
YUV123.7958.14106.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.58%
GREEN value IS 163 (64.06% from 255) = 63.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.58%
G=63.42%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9416300.42010.3685.410031.96
Hex5EA302A06424556420
Octal13624305201444412514440
Binary10111101010001101010100110010010010010101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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