Shades of Sulu #BDFA6E
Tints of Sulu #BDFA6E
RGB
CMYK
RGB Variations
Color information
#BDFA6E (or 0xBDFA6E) is known color: Sulu. HEX triplet: BD, FA and 6E. RGB value is (189,250,110). Sum of RGB (Red+Green+Blue) = 189+250+110=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA6E is #420591. Grayscale: #D8D8D8. Windows color (decimal): -4326802 or 7273149. OLE color: 7273149.
HSL color Cylindrical-coordinate representation of color #BDFA6E: hue angle of 86.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDFA6E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 110 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.02 |
| HSL | 86.14º | 0.93% | 0.71% | - |
| HSV(B) | 86.14º | 0.56% | 0.98% | - |
| XYZ | 57.99 | 80.32 | 27.2 | - |
| YUV | 215.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 110 | 0.24 | 0 | 0.56 | 0.02 | 86.14 | 0.93 | 0.71 |
| Hex | BD | FA | 6E | 18 | 0 | 38 | 2 | 56 | 5D | 47 |
| Octal | 275 | 372 | 156 | 30 | 0 | 70 | 2 | 126 | 135 | 107 |
| Binary | 10111101 | 11111010 | 1101110 | 11000 | 0 | 111000 | 10 | 1010110 | 1011101 | 1000111 |
Color Harmonies of #BDFA6E
Complementary color
Monochromatic Colors of #BDFA6E
Black with #BDFA6E
Text Example
Text Example
White with #BDFA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFA6E; }
p { color: rgb(189,250,110); }
H1.HeaderClassName
{
color: #BDFA6E;
}
.AnyTagClassName
{
color: #BDFA6E;
}
</style>
background-color css
<style>
a { background-color: #BDFA6E; }
a { background-color: rgb(189,250,110); }
div.DivClassName
{
background-color: #BDFA6E;
}
.BgClassName
{
background-color: #BDFA6E;
}
</style>
border-color css
<style>
span { border-color: #BDFA6E; }
span { border-color: rgb(189,250,110); }
td.TdClassName
{
border-color: #BDFA6E;
}
.TagClassName
{
border-color: #BDFA6E;
}
</style>