#5EAE1B

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

Shades of Christi #5EAE1B

Tints of Christi #5EAE1B

Color information

#5EAE1B (or 0x5EAE1B) is unknown color: approx Christi. HEX triplet: 5E, AE and 1B. RGB value is (94,174,27). Sum of RGB (Red+Green+Blue) = 94+174+27=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE1B is #A151E4. Grayscale: #858585. Windows color (decimal): -10572261 or 1814110. OLE color: 1814110.

HSL color Cylindrical-coordinate representation of color #5EAE1B: hue angle of 92.65º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5EAE1B is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB9417427-
CMYK0.4600.840.32
HSL92.65º73.13%39.41%-
HSV(B)92.65º84.48%68.24%-
XYZ19.9532.736.3-
YUV133.326899.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 174 (68.36% from 255) = 58.98%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=31.86%
G=58.98%
B=9.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94174270.4600.840.3292.6573.1339.41
Hex5EAE1B2E054205d4927
Octal136256335601244013511147
Binary101111010101110110111011100101010010000010111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,174,27); }

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

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

 a { background-color: rgb(94,174,27); }

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

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

 span { border-color: rgb(94,174,27); }

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