Shades of Inch Worm #BCF30B
Tints of Inch Worm #BCF30B
RGB
CMYK
RGB Variations
Color information
#BCF30B (or 0xBCF30B) is known color: Inch Worm. HEX triplet: BC, F3 and 0B. RGB value is (188,243,11). Sum of RGB (Red+Green+Blue) = 188+243+11=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF30B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF30B is #430CF4. Grayscale: #C8C8C8. Windows color (decimal): -4394229 or 783292. OLE color: 783292.
HSL color Cylindrical-coordinate representation of color #BCF30B: hue angle of 74.22º 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 #BCF30B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.22º | 0.91% | 0.5% | - |
| HSV(B) | 74.22º | 0.95% | 0.95% | - |
| XYZ | 52.85 | 74.82 | 11.97 | - |
| YUV | 200.11 | 21.28 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 11 | 0.23 | 0 | 0.95 | 0.05 | 74.22 | 0.91 | 0.5 |
| Hex | BC | F3 | B | 17 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 274 | 363 | 13 | 27 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111100 | 11110011 | 1011 | 10111 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BCF30B
Complementary color
Monochromatic Colors of #BCF30B
Black with #BCF30B
Text Example
Text Example
White with #BCF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF30B; }
p { color: rgb(188,243,11); }
H1.HeaderClassName
{
color: #BCF30B;
}
.AnyTagClassName
{
color: #BCF30B;
}
</style>
background-color css
<style>
a { background-color: #BCF30B; }
a { background-color: rgb(188,243,11); }
div.DivClassName
{
background-color: #BCF30B;
}
.BgClassName
{
background-color: #BCF30B;
}
</style>
border-color css
<style>
span { border-color: #BCF30B; }
span { border-color: rgb(188,243,11); }
td.TdClassName
{
border-color: #BCF30B;
}
.TagClassName
{
border-color: #BCF30B;
}
</style>