#5EA308

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

Shades of Christi #5EA308

Tints of Christi #5EA308

Color information

#5EA308 (or 0x5EA308) is unknown color: approx Christi. HEX triplet: 5E, A3 and 08. RGB value is (94,163,8). Sum of RGB (Red+Green+Blue) = 94+163+8=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA308 is #A15CF7. Grayscale: #7D7D7D. Windows color (decimal): -10575096 or 566110. OLE color: 566110.

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

Color convert

RGB941638-
CMYK0.4200.950.36
HSL86.71º90.64%33.53%-
HSV(B)86.71º95.09%63.92%-
XYZ17.7628.594.81-
YUV124.762.14106.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 163 (64.06% from 255) = 61.51%
BLUE value IS 8 (3.52% from 255) = 3.02%
R=35.47%
G=61.51%
B=3.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9416380.4200.950.3686.7190.6433.53
Hex5EA382A05F24575b22
Octal136243105201374412713342
Binary10111101010001110001010100101111110010010101111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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