Shades of Inch Worm #BCF313
Tints of Inch Worm #BCF313
RGB
CMYK
RGB Variations
Color information
#BCF313 (or 0xBCF313) is known color: Inch Worm. HEX triplet: BC, F3 and 13. RGB value is (188,243,19). Sum of RGB (Red+Green+Blue) = 188+243+19=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF313 is #430CEC. Grayscale: #C9C9C9. Windows color (decimal): -4394221 or 1307580. OLE color: 1307580.
HSL color Cylindrical-coordinate representation of color #BCF313: hue angle of 74.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCF313 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.05 |
| HSL | 74.73º | 0.9% | 0.51% | - |
| HSV(B) | 74.73º | 0.92% | 0.95% | - |
| XYZ | 52.91 | 74.84 | 12.27 | - |
| YUV | 201.02 | 25.28 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 19 | 0.23 | 0 | 0.92 | 0.05 | 74.73 | 0.9 | 0.51 |
| Hex | BC | F3 | 13 | 17 | 0 | 5C | 5 | 4B | 5A | 33 |
| Octal | 274 | 363 | 23 | 27 | 0 | 134 | 5 | 113 | 132 | 63 |
| Binary | 10111100 | 11110011 | 10011 | 10111 | 0 | 1011100 | 101 | 1001011 | 1011010 | 110011 |
Color Harmonies of #BCF313
Complementary color
Monochromatic Colors of #BCF313
Black with #BCF313
Text Example
Text Example
White with #BCF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF313; }
p { color: rgb(188,243,19); }
H1.HeaderClassName
{
color: #BCF313;
}
.AnyTagClassName
{
color: #BCF313;
}
</style>
background-color css
<style>
a { background-color: #BCF313; }
a { background-color: rgb(188,243,19); }
div.DivClassName
{
background-color: #BCF313;
}
.BgClassName
{
background-color: #BCF313;
}
</style>
border-color css
<style>
span { border-color: #BCF313; }
span { border-color: rgb(188,243,19); }
td.TdClassName
{
border-color: #BCF313;
}
.TagClassName
{
border-color: #BCF313;
}
</style>