Shades of Inch Worm #B7F30C
Tints of Inch Worm #B7F30C
RGB
CMYK
RGB Variations
Color information
#B7F30C (or 0xB7F30C) is known color: Inch Worm. HEX triplet: B7, F3 and 0C. RGB value is (183,243,12). Sum of RGB (Red+Green+Blue) = 183+243+12=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7F30C is #480CF3. Grayscale: #C7C7C7. Windows color (decimal): -4721908 or 848823. OLE color: 848823.
HSL color Cylindrical-coordinate representation of color #B7F30C: hue angle of 75.58º 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 #B7F30C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.05 |
| HSL | 75.58º | 0.91% | 0.5% | - |
| HSV(B) | 75.58º | 0.95% | 0.95% | - |
| XYZ | 51.65 | 74.2 | 11.95 | - |
| YUV | 198.73 | 22.62 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 12 | 0.25 | 0 | 0.95 | 0.05 | 75.58 | 0.91 | 0.5 |
| Hex | B7 | F3 | C | 19 | 0 | 5F | 5 | 4C | 5B | 32 |
| Octal | 267 | 363 | 14 | 31 | 0 | 137 | 5 | 114 | 133 | 62 |
| Binary | 10110111 | 11110011 | 1100 | 11001 | 0 | 1011111 | 101 | 1001100 | 1011011 | 110010 |
Color Harmonies of #B7F30C
Complementary color
Monochromatic Colors of #B7F30C
Black with #B7F30C
Text Example
Text Example
White with #B7F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F30C; }
p { color: rgb(183,243,12); }
H1.HeaderClassName
{
color: #B7F30C;
}
.AnyTagClassName
{
color: #B7F30C;
}
</style>
background-color css
<style>
a { background-color: #B7F30C; }
a { background-color: rgb(183,243,12); }
div.DivClassName
{
background-color: #B7F30C;
}
.BgClassName
{
background-color: #B7F30C;
}
</style>
border-color css
<style>
span { border-color: #B7F30C; }
span { border-color: rgb(183,243,12); }
td.TdClassName
{
border-color: #B7F30C;
}
.TagClassName
{
border-color: #B7F30C;
}
</style>