Shades of Inch Worm #BAF30D
Tints of Inch Worm #BAF30D
RGB
CMYK
RGB Variations
Color information
#BAF30D (or 0xBAF30D) is known color: Inch Worm. HEX triplet: BA, F3 and 0D. RGB value is (186,243,13). Sum of RGB (Red+Green+Blue) = 186+243+13=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF30D is #450CF2. Grayscale: #C8C8C8. Windows color (decimal): -4525299 or 914362. OLE color: 914362.
HSL color Cylindrical-coordinate representation of color #BAF30D: hue angle of 74.87º 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 #BAF30D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 13 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.87º | 0.91% | 0.5% | - |
| HSV(B) | 74.87º | 0.95% | 0.95% | - |
| XYZ | 52.37 | 74.57 | 12.01 | - |
| YUV | 199.74 | 22.62 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 13 | 0.23 | 0 | 0.95 | 0.05 | 74.87 | 0.91 | 0.5 |
| Hex | BA | F3 | D | 17 | 0 | 5F | 5 | 4B | 5B | 32 |
| Octal | 272 | 363 | 15 | 27 | 0 | 137 | 5 | 113 | 133 | 62 |
| Binary | 10111010 | 11110011 | 1101 | 10111 | 0 | 1011111 | 101 | 1001011 | 1011011 | 110010 |
Color Harmonies of #BAF30D
Complementary color
Monochromatic Colors of #BAF30D
Black with #BAF30D
Text Example
Text Example
White with #BAF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF30D; }
p { color: rgb(186,243,13); }
H1.HeaderClassName
{
color: #BAF30D;
}
.AnyTagClassName
{
color: #BAF30D;
}
</style>
background-color css
<style>
a { background-color: #BAF30D; }
a { background-color: rgb(186,243,13); }
div.DivClassName
{
background-color: #BAF30D;
}
.BgClassName
{
background-color: #BAF30D;
}
</style>
border-color css
<style>
span { border-color: #BAF30D; }
span { border-color: rgb(186,243,13); }
td.TdClassName
{
border-color: #BAF30D;
}
.TagClassName
{
border-color: #BAF30D;
}
</style>