Shades of Sulu #BDFB90
Tints of Sulu #BDFB90
RGB
CMYK
RGB Variations
Color information
#BDFB90 (or 0xBDFB90) is known color: Sulu. HEX triplet: BD, FB and 90. RGB value is (189,251,144). Sum of RGB (Red+Green+Blue) = 189+251+144=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB90 is #42046F. Grayscale: #DCDCDC. Windows color (decimal): -4326512 or 9501629. OLE color: 9501629.
HSL color Cylindrical-coordinate representation of color #BDFB90: hue angle of 94.77º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDFB90 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 144 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.02 |
| HSL | 94.77º | 0.93% | 0.77% | - |
| HSV(B) | 94.77º | 0.43% | 0.98% | - |
| XYZ | 60.52 | 81.83 | 38.99 | - |
| YUV | 220.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 144 | 0.25 | 0 | 0.43 | 0.02 | 94.77 | 0.93 | 0.77 |
| Hex | BD | FB | 90 | 19 | 0 | 2B | 2 | 5F | 5D | 4D |
| Octal | 275 | 373 | 220 | 31 | 0 | 53 | 2 | 137 | 135 | 115 |
| Binary | 10111101 | 11111011 | 10010000 | 11001 | 0 | 101011 | 10 | 1011111 | 1011101 | 1001101 |
Color Harmonies of #BDFB90
Complementary color
Monochromatic Colors of #BDFB90
Black with #BDFB90
Text Example
Text Example
White with #BDFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB90; }
p { color: rgb(189,251,144); }
H1.HeaderClassName
{
color: #BDFB90;
}
.AnyTagClassName
{
color: #BDFB90;
}
</style>
background-color css
<style>
a { background-color: #BDFB90; }
a { background-color: rgb(189,251,144); }
div.DivClassName
{
background-color: #BDFB90;
}
.BgClassName
{
background-color: #BDFB90;
}
</style>
border-color css
<style>
span { border-color: #BDFB90; }
span { border-color: rgb(189,251,144); }
td.TdClassName
{
border-color: #BDFB90;
}
.TagClassName
{
border-color: #BDFB90;
}
</style>