#5EA304

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

Shades of Christi #5EA304

Tints of Christi #5EA304

Color information

#5EA304 (or 0x5EA304) is unknown color: approx Christi. HEX triplet: 5E, A3 and 04. RGB value is (94,163,4). Sum of RGB (Red+Green+Blue) = 94+163+4=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA304 is #A15CFB. Grayscale: #7C7C7C. Windows color (decimal): -10575100 or 303966. OLE color: 303966.

HSL color Cylindrical-coordinate representation of color #5EA304: hue angle of 86.04º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EA304 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB941634-
CMYK0.4200.980.36
HSL86.04º95.21%32.75%-
HSV(B)86.04º97.55%63.92%-
XYZ17.7428.584.7-
YUV124.2460.14106.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 163 (64.06% from 255) = 62.45%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=36.02%
G=62.45%
B=1.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9416340.4200.980.3686.0495.2132.75
Hex5EA342A06224565f21
Octal13624345201424412613741
Binary1011110101000111001010100110001010010010101101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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