#ABFF40

Color #ABFF40 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #ABFF40

Tints of Green Yellow #ABFF40

Color information

#ABFF40 (or 0xABFF40) is unknown color: approx Green Yellow. HEX triplet: AB, FF and 40. RGB value is (171,255,64). Sum of RGB (Red+Green+Blue) = 171+255+64=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFF40 is #5400BF. Grayscale: #D0D0D0. Windows color (decimal): -5505216 or 4259755. OLE color: 4259755.

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

Color convert

RGB17125564-
CMYK0.3300.750
HSL86.39º100%62.55%-
HSV(B)86.39º74.9%100%-
XYZ53.4880.5517.58-
YUV208.1146.67101.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 52.04%
BLUE value IS 64 (25.39% from 255) = 13.06%
R=34.90%
G=52.04%
B=13.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171255640.3300.75086.3910062.55
HexABFF402104B056643f
Octal253377100410113012614477
Binary1010101111111111100000010000101001011010101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFF40; }

 p { color: rgb(171,255,64); }

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

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

 a { background-color: rgb(171,255,64); }

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

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

 span { border-color: rgb(171,255,64); }

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