Shades of Inch Worm #AFE91B
Tints of Inch Worm #AFE91B
RGB
CMYK
RGB Variations
Color information
#AFE91B (or 0xAFE91B) is known color: Inch Worm. HEX triplet: AF, E9 and 1B. RGB value is (175,233,27). Sum of RGB (Red+Green+Blue) = 175+233+27=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE91B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE91B is #5016E4. Grayscale: #C0C0C0. Windows color (decimal): -5248741 or 1829295. OLE color: 1829295.
HSL color Cylindrical-coordinate representation of color #AFE91B: hue angle of 76.89º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFE91B is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 27 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.09 |
| HSL | 76.89º | 0.82% | 0.51% | - |
| HSV(B) | 76.89º | 0.88% | 0.91% | - |
| XYZ | 47.02 | 67.47 | 11.58 | - |
| YUV | 192.17 | 34.78 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 27 | 0.25 | 0 | 0.88 | 0.09 | 76.89 | 0.82 | 0.51 |
| Hex | AF | E9 | 1B | 19 | 0 | 58 | 9 | 4D | 52 | 33 |
| Octal | 257 | 351 | 33 | 31 | 0 | 130 | 11 | 115 | 122 | 63 |
| Binary | 10101111 | 11101001 | 11011 | 11001 | 0 | 1011000 | 1001 | 1001101 | 1010010 | 110011 |
Color Harmonies of #AFE91B
Complementary color
Monochromatic Colors of #AFE91B
Black with #AFE91B
Text Example
Text Example
White with #AFE91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE91B; }
p { color: rgb(175,233,27); }
H1.HeaderClassName
{
color: #AFE91B;
}
.AnyTagClassName
{
color: #AFE91B;
}
</style>
background-color css
<style>
a { background-color: #AFE91B; }
a { background-color: rgb(175,233,27); }
div.DivClassName
{
background-color: #AFE91B;
}
.BgClassName
{
background-color: #AFE91B;
}
</style>
border-color css
<style>
span { border-color: #AFE91B; }
span { border-color: rgb(175,233,27); }
td.TdClassName
{
border-color: #AFE91B;
}
.TagClassName
{
border-color: #AFE91B;
}
</style>