Shades of Inch Worm #BDF11B
Tints of Inch Worm #BDF11B
RGB
CMYK
RGB Variations
Color information
#BDF11B (or 0xBDF11B) is known color: Inch Worm. HEX triplet: BD, F1 and 1B. RGB value is (189,241,27). Sum of RGB (Red+Green+Blue) = 189+241+27=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF11B is #420EE4. Grayscale: #C9C9C9. Windows color (decimal): -4329189 or 1831357. OLE color: 1831357.
HSL color Cylindrical-coordinate representation of color #BDF11B: hue angle of 74.58º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDF11B is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 27 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.05 |
| HSL | 74.58º | 0.88% | 0.53% | - |
| HSV(B) | 74.58º | 0.89% | 0.95% | - |
| XYZ | 52.64 | 73.81 | 12.51 | - |
| YUV | 201.06 | 29.77 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 27 | 0.22 | 0 | 0.89 | 0.05 | 74.58 | 0.88 | 0.53 |
| Hex | BD | F1 | 1B | 16 | 0 | 59 | 5 | 4B | 58 | 35 |
| Octal | 275 | 361 | 33 | 26 | 0 | 131 | 5 | 113 | 130 | 65 |
| Binary | 10111101 | 11110001 | 11011 | 10110 | 0 | 1011001 | 101 | 1001011 | 1011000 | 110101 |
Color Harmonies of #BDF11B
Complementary color
Monochromatic Colors of #BDF11B
Black with #BDF11B
Text Example
Text Example
White with #BDF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF11B; }
p { color: rgb(189,241,27); }
H1.HeaderClassName
{
color: #BDF11B;
}
.AnyTagClassName
{
color: #BDF11B;
}
</style>
background-color css
<style>
a { background-color: #BDF11B; }
a { background-color: rgb(189,241,27); }
div.DivClassName
{
background-color: #BDF11B;
}
.BgClassName
{
background-color: #BDF11B;
}
</style>
border-color css
<style>
span { border-color: #BDF11B; }
span { border-color: rgb(189,241,27); }
td.TdClassName
{
border-color: #BDF11B;
}
.TagClassName
{
border-color: #BDF11B;
}
</style>