#5EAD08

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

Shades of Christi #5EAD08

Tints of Christi #5EAD08

Color information

#5EAD08 (or 0x5EAD08) is unknown color: approx Christi. HEX triplet: 5E, AD and 08. RGB value is (94,173,8). Sum of RGB (Red+Green+Blue) = 94+173+8=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 173 (67.97% from 255 or 62.91% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAD08 is #A152F7. Grayscale: #838383. Windows color (decimal): -10572536 or 568670. OLE color: 568670.

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

Color convert

RGB941738-
CMYK0.4600.950.32
HSL88.73º91.16%35.49%-
HSV(B)88.73º95.38%67.84%-
XYZ19.632.285.43-
YUV130.5758.83101.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 173 (67.97% from 255) = 62.91%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=34.18%
G=62.91%
B=2.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9417380.4600.950.3288.7391.1635.49
Hex5EAD82E05F20595b23
Octal136255105601374013113343
Binary10111101010110110001011100101111110000010110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,8); }

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

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

 a { background-color: rgb(94,173,8); }

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

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

 span { border-color: rgb(94,173,8); }

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