Shades of Sulu #BDFF70
Tints of Sulu #BDFF70
RGB
CMYK
RGB Variations
Color information
#BDFF70 (or 0xBDFF70) is known color: Sulu. HEX triplet: BD, FF and 70. RGB value is (189,255,112). Sum of RGB (Red+Green+Blue) = 189+255+112=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF70 is #42008F. Grayscale: #DBDBDB. Windows color (decimal): -4325520 or 7405501. OLE color: 7405501.
HSL color Cylindrical-coordinate representation of color #BDFF70: hue angle of 87.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDFF70 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 112 | - |
| CMYK | 0.26 | 0 | 0.56 | 0 |
| HSL | 87.69º | 1% | 0.72% | - |
| HSV(B) | 87.69º | 0.56% | 1% | - |
| XYZ | 59.67 | 83.51 | 28.3 | - |
| YUV | 218.96 | 67.63 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 112 | 0.26 | 0 | 0.56 | 0 | 87.69 | 1 | 0.72 |
| Hex | BD | FF | 70 | 1A | 0 | 38 | 0 | 58 | 64 | 48 |
| Octal | 275 | 377 | 160 | 32 | 0 | 70 | 0 | 130 | 144 | 110 |
| Binary | 10111101 | 11111111 | 1110000 | 11010 | 0 | 111000 | 0 | 1011000 | 1100100 | 1001000 |
Color Harmonies of #BDFF70
Complementary color
Monochromatic Colors of #BDFF70
Black with #BDFF70
Text Example
Text Example
White with #BDFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF70; }
p { color: rgb(189,255,112); }
H1.HeaderClassName
{
color: #BDFF70;
}
.AnyTagClassName
{
color: #BDFF70;
}
</style>
background-color css
<style>
a { background-color: #BDFF70; }
a { background-color: rgb(189,255,112); }
div.DivClassName
{
background-color: #BDFF70;
}
.BgClassName
{
background-color: #BDFF70;
}
</style>
border-color css
<style>
span { border-color: #BDFF70; }
span { border-color: rgb(189,255,112); }
td.TdClassName
{
border-color: #BDFF70;
}
.TagClassName
{
border-color: #BDFF70;
}
</style>