Shades of Inch Worm #BEDE05
Tints of Inch Worm #BEDE05
RGB
CMYK
RGB Variations
Color information
#BEDE05 (or 0xBEDE05) is known color: Inch Worm. HEX triplet: BE, DE and 05. RGB value is (190,222,5). Sum of RGB (Red+Green+Blue) = 190+222+5=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE05 is #4121FA. Grayscale: #BCBCBC. Windows color (decimal): -4268539 or 384702. OLE color: 384702.
HSL color Cylindrical-coordinate representation of color #BEDE05: hue angle of 68.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEDE05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.13 |
| HSL | 68.85º | 0.96% | 0.45% | - |
| HSV(B) | 68.85º | 0.98% | 0.87% | - |
| XYZ | 47.38 | 63.2 | 9.85 | - |
| YUV | 187.69 | 24.9 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 5 | 0.14 | 0 | 0.98 | 0.13 | 68.85 | 0.96 | 0.45 |
| Hex | BE | DE | 5 | E | 0 | 62 | D | 45 | 60 | 2D |
| Octal | 276 | 336 | 5 | 16 | 0 | 142 | 15 | 105 | 140 | 55 |
| Binary | 10111110 | 11011110 | 101 | 1110 | 0 | 1100010 | 1101 | 1000101 | 1100000 | 101101 |
Color Harmonies of #BEDE05
Complementary color
Monochromatic Colors of #BEDE05
Black with #BEDE05
Text Example
Text Example
White with #BEDE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE05; }
p { color: rgb(190,222,5); }
H1.HeaderClassName
{
color: #BEDE05;
}
.AnyTagClassName
{
color: #BEDE05;
}
</style>
background-color css
<style>
a { background-color: #BEDE05; }
a { background-color: rgb(190,222,5); }
div.DivClassName
{
background-color: #BEDE05;
}
.BgClassName
{
background-color: #BEDE05;
}
</style>
border-color css
<style>
span { border-color: #BEDE05; }
span { border-color: rgb(190,222,5); }
td.TdClassName
{
border-color: #BEDE05;
}
.TagClassName
{
border-color: #BEDE05;
}
</style>