Shades of Inch Worm #B3EE0C
Tints of Inch Worm #B3EE0C
RGB
CMYK
RGB Variations
Color information
#B3EE0C (or 0xB3EE0C) is known color: Inch Worm. HEX triplet: B3, EE and 0C. RGB value is (179,238,12). Sum of RGB (Red+Green+Blue) = 179+238+12=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3EE0C is #4C11F3. Grayscale: #C3C3C3. Windows color (decimal): -4985332 or 847539. OLE color: 847539.
HSL color Cylindrical-coordinate representation of color #B3EE0C: hue angle of 75.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3EE0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.07 |
| HSL | 75.66º | 0.9% | 0.49% | - |
| HSV(B) | 75.66º | 0.95% | 0.93% | - |
| XYZ | 49.23 | 70.76 | 11.41 | - |
| YUV | 194.6 | 24.95 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 12 | 0.25 | 0 | 0.95 | 0.07 | 75.66 | 0.9 | 0.49 |
| Hex | B3 | EE | C | 19 | 0 | 5F | 7 | 4C | 5A | 31 |
| Octal | 263 | 356 | 14 | 31 | 0 | 137 | 7 | 114 | 132 | 61 |
| Binary | 10110011 | 11101110 | 1100 | 11001 | 0 | 1011111 | 111 | 1001100 | 1011010 | 110001 |
Color Harmonies of #B3EE0C
Complementary color
Monochromatic Colors of #B3EE0C
Black with #B3EE0C
Text Example
Text Example
White with #B3EE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EE0C; }
p { color: rgb(179,238,12); }
H1.HeaderClassName
{
color: #B3EE0C;
}
.AnyTagClassName
{
color: #B3EE0C;
}
</style>
background-color css
<style>
a { background-color: #B3EE0C; }
a { background-color: rgb(179,238,12); }
div.DivClassName
{
background-color: #B3EE0C;
}
.BgClassName
{
background-color: #B3EE0C;
}
</style>
border-color css
<style>
span { border-color: #B3EE0C; }
span { border-color: rgb(179,238,12); }
td.TdClassName
{
border-color: #B3EE0C;
}
.TagClassName
{
border-color: #B3EE0C;
}
</style>