Shades of Inch Worm #BAF10D
Tints of Inch Worm #BAF10D
RGB
CMYK
RGB Variations
Color information
#BAF10D (or 0xBAF10D) is known color: Inch Worm. HEX triplet: BA, F1 and 0D. RGB value is (186,241,13). Sum of RGB (Red+Green+Blue) = 186+241+13=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF10D is #450EF2. Grayscale: #C7C7C7. Windows color (decimal): -4525811 or 913850. OLE color: 913850.
HSL color Cylindrical-coordinate representation of color #BAF10D: hue angle of 74.47º degrees, saturation: 0.9, 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 #BAF10D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 13 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.47º | 0.9% | 0.5% | - |
| HSV(B) | 74.47º | 0.95% | 0.95% | - |
| XYZ | 51.78 | 73.38 | 11.82 | - |
| YUV | 198.56 | 23.28 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 13 | 0.23 | 0 | 0.95 | 0.05 | 74.47 | 0.9 | 0.5 |
| Hex | BA | F1 | D | 17 | 0 | 5F | 5 | 4A | 5A | 32 |
| Octal | 272 | 361 | 15 | 27 | 0 | 137 | 5 | 112 | 132 | 62 |
| Binary | 10111010 | 11110001 | 1101 | 10111 | 0 | 1011111 | 101 | 1001010 | 1011010 | 110010 |
Color Harmonies of #BAF10D
Complementary color
Monochromatic Colors of #BAF10D
Black with #BAF10D
Text Example
Text Example
White with #BAF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF10D; }
p { color: rgb(186,241,13); }
H1.HeaderClassName
{
color: #BAF10D;
}
.AnyTagClassName
{
color: #BAF10D;
}
</style>
background-color css
<style>
a { background-color: #BAF10D; }
a { background-color: rgb(186,241,13); }
div.DivClassName
{
background-color: #BAF10D;
}
.BgClassName
{
background-color: #BAF10D;
}
</style>
border-color css
<style>
span { border-color: #BAF10D; }
span { border-color: rgb(186,241,13); }
td.TdClassName
{
border-color: #BAF10D;
}
.TagClassName
{
border-color: #BAF10D;
}
</style>