#5FA611

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

Shades of Christi #5FA611

Tints of Christi #5FA611

Color information

#5FA611 (or 0x5FA611) is unknown color: approx Christi. HEX triplet: 5F, A6 and 11. RGB value is (95,166,17). Sum of RGB (Red+Green+Blue) = 95+166+17=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA611 is #A059EE. Grayscale: #808080. Windows color (decimal): -10508783 or 1156703. OLE color: 1156703.

HSL color Cylindrical-coordinate representation of color #5FA611: hue angle of 88.59º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FA611 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB9516617-
CMYK0.4300.900.35
HSL88.59º81.42%35.88%-
HSV(B)88.59º89.76%65.1%-
XYZ18.4629.755.3-
YUV127.7865.48104.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 166 (65.23% from 255) = 59.71%
BLUE value IS 17 (7.03% from 255) = 6.12%
R=34.17%
G=59.71%
B=6.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95166170.4300.900.3588.5981.4235.88
Hex5FA6112B05A23595124
Octal137246215301324313112144
Binary101111110100110100011010110101101010001110110011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,17); }

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

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

 a { background-color: rgb(95,166,17); }

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

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

 span { border-color: rgb(95,166,17); }

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