Shades of Sulu #BDFF8B
Tints of Sulu #BDFF8B
RGB
CMYK
RGB Variations
Color information
#BDFF8B (or 0xBDFF8B) is known color: Sulu. HEX triplet: BD, FF and 8B. RGB value is (189,255,139). Sum of RGB (Red+Green+Blue) = 189+255+139=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF8B is #420074. Grayscale: #DEDEDE. Windows color (decimal): -4325493 or 9174973. OLE color: 9174973.
HSL color Cylindrical-coordinate representation of color #BDFF8B: hue angle of 94.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDFF8B is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 139 | - |
| CMYK | 0.26 | 0 | 0.45 | 0 |
| HSL | 94.14º | 1% | 0.77% | - |
| HSV(B) | 94.14º | 0.45% | 1% | - |
| XYZ | 61.41 | 84.2 | 37.44 | - |
| YUV | 222.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 139 | 0.26 | 0 | 0.45 | 0 | 94.14 | 1 | 0.77 |
| Hex | BD | FF | 8B | 1A | 0 | 2D | 0 | 5E | 64 | 4D |
| Octal | 275 | 377 | 213 | 32 | 0 | 55 | 0 | 136 | 144 | 115 |
| Binary | 10111101 | 11111111 | 10001011 | 11010 | 0 | 101101 | 0 | 1011110 | 1100100 | 1001101 |
Color Harmonies of #BDFF8B
Complementary color
Monochromatic Colors of #BDFF8B
Black with #BDFF8B
Text Example
Text Example
White with #BDFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF8B; }
p { color: rgb(189,255,139); }
H1.HeaderClassName
{
color: #BDFF8B;
}
.AnyTagClassName
{
color: #BDFF8B;
}
</style>
background-color css
<style>
a { background-color: #BDFF8B; }
a { background-color: rgb(189,255,139); }
div.DivClassName
{
background-color: #BDFF8B;
}
.BgClassName
{
background-color: #BDFF8B;
}
</style>
border-color css
<style>
span { border-color: #BDFF8B; }
span { border-color: rgb(189,255,139); }
td.TdClassName
{
border-color: #BDFF8B;
}
.TagClassName
{
border-color: #BDFF8B;
}
</style>