#5E9902

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

Shades of Christi #5E9902

Tints of Christi #5E9902

Color information

#5E9902 (or 0x5E9902) is unknown color: approx Christi. HEX triplet: 5E, 99 and 02. RGB value is (94,153,2). Sum of RGB (Red+Green+Blue) = 94+153+2=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9902 is #A166FD. Grayscale: #767676. Windows color (decimal): -10577662 or 170334. OLE color: 170334.

HSL color Cylindrical-coordinate representation of color #5E9902: hue angle of 83.44º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E9902 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB941532-
CMYK0.3900.990.4
HSL83.44º97.42%30.39%-
HSV(B)83.44º98.69%60%-
XYZ16.0225.174.07-
YUV118.1462.45110.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.75%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=37.75%
G=61.45%
B=0.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9415320.3900.990.483.4497.4230.39
Hex5E992270632853611e
Octal13623124701435012314136
Binary10111101001100110100111011000111010001010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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