#5EB002

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

Shades of Christi #5EB002

Tints of Christi #5EB002

Color information

#5EB002 (or 0x5EB002) is unknown color: approx Christi. HEX triplet: 5E, B0 and 02. RGB value is (94,176,2). Sum of RGB (Red+Green+Blue) = 94+176+2=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 176 (69.14% from 255 or 64.71% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 176 - color contains mainly: green. Hex color #5EB002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EB002 is #A14FFD. Grayscale: #848484. Windows color (decimal): -10571774 or 176222. OLE color: 176222.

HSL color Cylindrical-coordinate representation of color #5EB002: hue angle of 88.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EB002 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB941762-
CMYK0.4700.990.31
HSL88.28º97.75%34.9%-
HSV(B)88.28º98.86%69.02%-
XYZ20.1533.435.45-
YUV131.6554.83101.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.56%
GREEN value IS 176 (69.14% from 255) = 64.71%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=34.56%
G=64.71%
B=0.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9417620.4700.990.3188.2897.7534.9
Hex5EB022F0631F586223
Octal13626025701433713014243
Binary10111101011000010101111011000111111110110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,176,2); }

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

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

 a { background-color: rgb(94,176,2); }

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

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

 span { border-color: rgb(94,176,2); }

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