Shades of Inch Worm #BAF30B
Tints of Inch Worm #BAF30B
RGB
CMYK
RGB Variations
Color information
#BAF30B (or 0xBAF30B) is known color: Inch Worm. HEX triplet: BA, F3 and 0B. RGB value is (186,243,11). Sum of RGB (Red+Green+Blue) = 186+243+11=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF30B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF30B is #450CF4. Grayscale: #C8C8C8. Windows color (decimal): -4525301 or 783290. OLE color: 783290.
HSL color Cylindrical-coordinate representation of color #BAF30B: hue angle of 74.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF30B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.74º | 0.91% | 0.5% | - |
| HSV(B) | 74.74º | 0.95% | 0.95% | - |
| XYZ | 52.36 | 74.56 | 11.95 | - |
| YUV | 199.51 | 21.62 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 11 | 0.23 | 0 | 0.95 | 0.05 | 74.74 | 0.91 | 0.5 |
| Hex | BA | F3 | B | 17 | 0 | 5F | 5 | 4B | 5B | 32 |
| Octal | 272 | 363 | 13 | 27 | 0 | 137 | 5 | 113 | 133 | 62 |
| Binary | 10111010 | 11110011 | 1011 | 10111 | 0 | 1011111 | 101 | 1001011 | 1011011 | 110010 |
Color Harmonies of #BAF30B
Complementary color
Monochromatic Colors of #BAF30B
Black with #BAF30B
Text Example
Text Example
White with #BAF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF30B; }
p { color: rgb(186,243,11); }
H1.HeaderClassName
{
color: #BAF30B;
}
.AnyTagClassName
{
color: #BAF30B;
}
</style>
background-color css
<style>
a { background-color: #BAF30B; }
a { background-color: rgb(186,243,11); }
div.DivClassName
{
background-color: #BAF30B;
}
.BgClassName
{
background-color: #BAF30B;
}
</style>
border-color css
<style>
span { border-color: #BAF30B; }
span { border-color: rgb(186,243,11); }
td.TdClassName
{
border-color: #BAF30B;
}
.TagClassName
{
border-color: #BAF30B;
}
</style>