Shades of Inch Worm #BAF31D
Tints of Inch Worm #BAF31D
RGB
CMYK
RGB Variations
Color information
#BAF31D (or 0xBAF31D) is known color: Inch Worm. HEX triplet: BA, F3 and 1D. RGB value is (186,243,29). Sum of RGB (Red+Green+Blue) = 186+243+29=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF31D is #450CE2. Grayscale: #CACACA. Windows color (decimal): -4525283 or 1962938. OLE color: 1962938.
HSL color Cylindrical-coordinate representation of color #BAF31D: hue angle of 75.98º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAF31D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 29 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.05 |
| HSL | 75.98º | 0.9% | 0.53% | - |
| HSV(B) | 75.98º | 0.88% | 0.95% | - |
| XYZ | 52.52 | 74.63 | 12.8 | - |
| YUV | 201.56 | 30.62 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 29 | 0.23 | 0 | 0.88 | 0.05 | 75.98 | 0.9 | 0.53 |
| Hex | BA | F3 | 1D | 17 | 0 | 58 | 5 | 4C | 5A | 35 |
| Octal | 272 | 363 | 35 | 27 | 0 | 130 | 5 | 114 | 132 | 65 |
| Binary | 10111010 | 11110011 | 11101 | 10111 | 0 | 1011000 | 101 | 1001100 | 1011010 | 110101 |
Color Harmonies of #BAF31D
Complementary color
Monochromatic Colors of #BAF31D
Black with #BAF31D
Text Example
Text Example
White with #BAF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF31D; }
p { color: rgb(186,243,29); }
H1.HeaderClassName
{
color: #BAF31D;
}
.AnyTagClassName
{
color: #BAF31D;
}
</style>
background-color css
<style>
a { background-color: #BAF31D; }
a { background-color: rgb(186,243,29); }
div.DivClassName
{
background-color: #BAF31D;
}
.BgClassName
{
background-color: #BAF31D;
}
</style>
border-color css
<style>
span { border-color: #BAF31D; }
span { border-color: rgb(186,243,29); }
td.TdClassName
{
border-color: #BAF31D;
}
.TagClassName
{
border-color: #BAF31D;
}
</style>