#5EA506

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

Shades of Christi #5EA506

Tints of Christi #5EA506

Color information

#5EA506 (or 0x5EA506) is unknown color: approx Christi. HEX triplet: 5E, A5 and 06. RGB value is (94,165,6). Sum of RGB (Red+Green+Blue) = 94+165+6=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA506 is #A15AF9. Grayscale: #7E7E7E. Windows color (decimal): -10574586 or 435550. OLE color: 435550.

HSL color Cylindrical-coordinate representation of color #5EA506: hue angle of 86.79º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EA506 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB941656-
CMYK0.4300.960.35
HSL86.79º92.98%33.53%-
HSV(B)86.79º96.36%64.71%-
XYZ18.129.34.87-
YUV125.6460.48105.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 165 (64.84% from 255) = 62.26%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=35.47%
G=62.26%
B=2.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9416560.4300.960.3586.7992.9833.53
Hex5EA562B06023575d22
Octal13624565301404312713542
Binary1011110101001011101010110110000010001110101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,6); }

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

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

 a { background-color: rgb(94,165,6); }

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

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

 span { border-color: rgb(94,165,6); }

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