Shades of Green Yellow #ABF341
Tints of Green Yellow #ABF341
RGB
CMYK
RGB Variations
Color information
#ABF341 (or 0xABF341) is known color: Green Yellow. HEX triplet: AB, F3 and 41. RGB value is (171,243,65). Sum of RGB (Red+Green+Blue) = 171+243+65=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF341 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF341 is #540CBE. Grayscale: #C9C9C9. Windows color (decimal): -5508287 or 4322219. OLE color: 4322219.
HSL color Cylindrical-coordinate representation of color #ABF341: hue angle of 84.27º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABF341 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 65 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.05 |
| HSL | 84.27º | 0.88% | 0.6% | - |
| HSV(B) | 84.27º | 0.73% | 0.95% | - |
| XYZ | 49.8 | 73.14 | 16.49 | - |
| YUV | 201.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 65 | 0.30 | 0 | 0.73 | 0.05 | 84.27 | 0.88 | 0.6 |
| Hex | AB | F3 | 41 | 1E | 0 | 49 | 5 | 54 | 58 | 3C |
| Octal | 253 | 363 | 101 | 36 | 0 | 111 | 5 | 124 | 130 | 74 |
| Binary | 10101011 | 11110011 | 1000001 | 11110 | 0 | 1001001 | 101 | 1010100 | 1011000 | 111100 |
Color Harmonies of #ABF341
Complementary color
Monochromatic Colors of #ABF341
Black with #ABF341
Text Example
Text Example
White with #ABF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF341; }
p { color: rgb(171,243,65); }
H1.HeaderClassName
{
color: #ABF341;
}
.AnyTagClassName
{
color: #ABF341;
}
</style>
background-color css
<style>
a { background-color: #ABF341; }
a { background-color: rgb(171,243,65); }
div.DivClassName
{
background-color: #ABF341;
}
.BgClassName
{
background-color: #ABF341;
}
</style>
border-color css
<style>
span { border-color: #ABF341; }
span { border-color: rgb(171,243,65); }
td.TdClassName
{
border-color: #ABF341;
}
.TagClassName
{
border-color: #ABF341;
}
</style>