#5EAF05

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

Shades of Christi #5EAF05

Tints of Christi #5EAF05

Color information

#5EAF05 (or 0x5EAF05) is unknown color: approx Christi. HEX triplet: 5E, AF and 05. RGB value is (94,175,5). Sum of RGB (Red+Green+Blue) = 94+175+5=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAF05 is #A150FA. Grayscale: #848484. Windows color (decimal): -10572027 or 372574. OLE color: 372574.

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

Color convert

RGB941755-
CMYK0.4600.970.31
HSL88.59º94.44%35.29%-
HSV(B)88.59º97.14%68.63%-
XYZ19.9733.055.47-
YUV131.456.66101.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 175 (68.75% from 255) = 63.87%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=34.31%
G=63.87%
B=1.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9417550.4600.970.3188.5994.4435.29
Hex5EAF52E0611F595e23
Octal13625755601413713113643
Binary101111010101111101101110011000011111110110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,5); }

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

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

 a { background-color: rgb(94,175,5); }

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

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

 span { border-color: rgb(94,175,5); }

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