Shades of Sulu #BDFE6F
Tints of Sulu #BDFE6F
RGB
CMYK
RGB Variations
Color information
#BDFE6F (or 0xBDFE6F) is known color: Sulu. HEX triplet: BD, FE and 6F. RGB value is (189,254,111). Sum of RGB (Red+Green+Blue) = 189+254+111=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE6F is #420190. Grayscale: #DADADA. Windows color (decimal): -4325777 or 7339709. OLE color: 7339709.
HSL color Cylindrical-coordinate representation of color #BDFE6F: hue angle of 87.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDFE6F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 111 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.00 |
| HSL | 87.27º | 0.99% | 0.72% | - |
| HSV(B) | 87.27º | 0.56% | 1% | - |
| XYZ | 59.3 | 82.85 | 27.91 | - |
| YUV | 218.26 | 67.47 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 111 | 0.26 | 0 | 0.56 | 0.00 | 87.27 | 0.99 | 0.72 |
| Hex | BD | FE | 6F | 1A | 0 | 38 | 0 | 57 | 63 | 48 |
| Octal | 275 | 376 | 157 | 32 | 0 | 70 | 0 | 127 | 143 | 110 |
| Binary | 10111101 | 11111110 | 1101111 | 11010 | 0 | 111000 | 0 | 1010111 | 1100011 | 1001000 |
Color Harmonies of #BDFE6F
Complementary color
Monochromatic Colors of #BDFE6F
Black with #BDFE6F
Text Example
Text Example
White with #BDFE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE6F; }
p { color: rgb(189,254,111); }
H1.HeaderClassName
{
color: #BDFE6F;
}
.AnyTagClassName
{
color: #BDFE6F;
}
</style>
background-color css
<style>
a { background-color: #BDFE6F; }
a { background-color: rgb(189,254,111); }
div.DivClassName
{
background-color: #BDFE6F;
}
.BgClassName
{
background-color: #BDFE6F;
}
</style>
border-color css
<style>
span { border-color: #BDFE6F; }
span { border-color: rgb(189,254,111); }
td.TdClassName
{
border-color: #BDFE6F;
}
.TagClassName
{
border-color: #BDFE6F;
}
</style>