#5FA400

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

Shades of Christi #5FA400

Tints of Christi #5FA400

Color information

#5FA400 (or 0x5FA400) is unknown color: approx Christi. HEX triplet: 5F, A4 and 00. RGB value is (95,164,0). Sum of RGB (Red+Green+Blue) = 95+164+0=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 164 (64.45% from 255 or 63.32% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA400 is #A05BFF. Grayscale: #7D7D7D. Windows color (decimal): -10509312 or 42079. OLE color: 42079.

HSL color Cylindrical-coordinate representation of color #5FA400: hue angle of 85.24º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FA400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB951640-
CMYK0.42010.36
HSL85.24º100%32.16%-
HSV(B)85.24º100%64.31%-
XYZ17.9928.984.65-
YUV124.6757.64106.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 164 (64.45% from 255) = 63.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.68%
G=63.32%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9516400.42010.3685.2410032.16
Hex5FA402A06424556420
Octal13724405201444412514440
Binary10111111010010001010100110010010010010101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,164,0); }

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

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

 a { background-color: rgb(95,164,0); }

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

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

 span { border-color: rgb(95,164,0); }

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