#5EA50D

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

Shades of Christi #5EA50D

Tints of Christi #5EA50D

Color information

#5EA50D (or 0x5EA50D) is unknown color: approx Christi. HEX triplet: 5E, A5 and 0D. RGB value is (94,165,13). Sum of RGB (Red+Green+Blue) = 94+165+13=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA50D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA50D is #A15AF2. Grayscale: #7E7E7E. Windows color (decimal): -10574579 or 894302. OLE color: 894302.

HSL color Cylindrical-coordinate representation of color #5EA50D: hue angle of 88.03º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EA50D is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB9416513-
CMYK0.4300.920.35
HSL88.03º85.39%34.9%-
HSV(B)88.03º92.12%64.71%-
XYZ18.1429.325.08-
YUV126.4463.98104.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.56%
GREEN value IS 165 (64.84% from 255) = 60.66%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=34.56%
G=60.66%
B=4.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94165130.4300.920.3588.0385.3934.9
Hex5EA5D2B05C23585523
Octal136245155301344313012543
Binary10111101010010111011010110101110010001110110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,13); }

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

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

 a { background-color: rgb(94,165,13); }

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

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

 span { border-color: rgb(94,165,13); }

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