Shades of Inch Worm #BDEF1C
Tints of Inch Worm #BDEF1C
RGB
CMYK
RGB Variations
Color information
#BDEF1C (or 0xBDEF1C) is known color: Inch Worm. HEX triplet: BD, EF and 1C. RGB value is (189,239,28). Sum of RGB (Red+Green+Blue) = 189+239+28=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF1C is #4210E3. Grayscale: #C8C8C8. Windows color (decimal): -4329700 or 1896381. OLE color: 1896381.
HSL color Cylindrical-coordinate representation of color #BDEF1C: hue angle of 74.22º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDEF1C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.06 |
| HSL | 74.22º | 0.87% | 0.52% | - |
| HSV(B) | 74.22º | 0.88% | 0.94% | - |
| XYZ | 52.06 | 72.64 | 12.37 | - |
| YUV | 200 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 28 | 0.21 | 0 | 0.88 | 0.06 | 74.22 | 0.87 | 0.52 |
| Hex | BD | EF | 1C | 15 | 0 | 58 | 6 | 4A | 57 | 34 |
| Octal | 275 | 357 | 34 | 25 | 0 | 130 | 6 | 112 | 127 | 64 |
| Binary | 10111101 | 11101111 | 11100 | 10101 | 0 | 1011000 | 110 | 1001010 | 1010111 | 110100 |
Color Harmonies of #BDEF1C
Complementary color
Monochromatic Colors of #BDEF1C
Black with #BDEF1C
Text Example
Text Example
White with #BDEF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF1C; }
p { color: rgb(189,239,28); }
H1.HeaderClassName
{
color: #BDEF1C;
}
.AnyTagClassName
{
color: #BDEF1C;
}
</style>
background-color css
<style>
a { background-color: #BDEF1C; }
a { background-color: rgb(189,239,28); }
div.DivClassName
{
background-color: #BDEF1C;
}
.BgClassName
{
background-color: #BDEF1C;
}
</style>
border-color css
<style>
span { border-color: #BDEF1C; }
span { border-color: rgb(189,239,28); }
td.TdClassName
{
border-color: #BDEF1C;
}
.TagClassName
{
border-color: #BDEF1C;
}
</style>