#5fa717

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

Shades of Christi #5FA717

Tints of Christi #5FA717

Color information

#5FA717 (or 0x5FA717) is unknown color: approx Christi. HEX triplet: 5F, A7 and 17. RGB value is (95,167,23). Sum of RGB (Red+Green+Blue) = 95+167+23=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA717 is #A058E8. Grayscale: #818181. Windows color (decimal): -10508521 or 1550175. OLE color: 1550175.

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

Color convert

RGB9516723-
CMYK0.4300.860.35
HSL90º75.79%37.25%-
HSV(B)90º86.23%65.49%-
XYZ18.6930.135.64-
YUV129.0668.15103.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 58.60%
BLUE value IS 23 (9.38% from 255) = 8.07%
R=33.33%
G=58.60%
B=8.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95167230.4300.860.359075.7937.25
Hex5FA7172B056235a4c25
Octal137247275301264313211445
Binary101111110100111101111010110101011010001110110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,167,23); }

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

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

 a { background-color: rgb(95,167,23); }

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

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

 span { border-color: rgb(95,167,23); }

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