#5FAB00

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

Shades of Christi #5FAB00

Tints of Christi #5FAB00

Color information

#5FAB00 (or 0x5FAB00) is unknown color: approx Christi. HEX triplet: 5F, AB and 00. RGB value is (95,171,0). Sum of RGB (Red+Green+Blue) = 95+171+0=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAB00 is #A054FF. Grayscale: #818181. Windows color (decimal): -10507520 or 43871. OLE color: 43871.

HSL color Cylindrical-coordinate representation of color #5FAB00: hue angle of 86.67º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FAB00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB951710-
CMYK0.44010.33
HSL86.67º100%33.53%-
HSV(B)86.67º100%67.06%-
XYZ19.2831.565.08-
YUV128.7855.32103.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.71%
GREEN value IS 171 (67.19% from 255) = 64.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.71%
G=64.29%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9517100.44010.3386.6710033.53
Hex5FAB02C06421576422
Octal13725305401444112714442
Binary10111111010101101011000110010010000110101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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