#5EA20B

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

Shades of Christi #5EA20B

Tints of Christi #5EA20B

Color information

#5EA20B (or 0x5EA20B) is unknown color: approx Christi. HEX triplet: 5E, A2 and 0B. RGB value is (94,162,11). Sum of RGB (Red+Green+Blue) = 94+162+11=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA20B is #A15DF4. Grayscale: #7C7C7C. Windows color (decimal): -10575349 or 762462. OLE color: 762462.

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

Color convert

RGB9416211-
CMYK0.4200.930.36
HSL87.02º87.28%33.92%-
HSV(B)87.02º93.21%63.53%-
XYZ17.628.244.84-
YUV124.4563.97106.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.21%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=35.21%
G=60.67%
B=4.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162110.4200.930.3687.0287.2833.92
Hex5EA2B2A05D24575722
Octal136242135201354412712742
Binary10111101010001010111010100101110110010010101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,11); }

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

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

 a { background-color: rgb(94,162,11); }

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

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

 span { border-color: rgb(94,162,11); }

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