Shades of Sulu #BDF58F
Tints of Sulu #BDF58F
RGB
CMYK
RGB Variations
Color information
#BDF58F (or 0xBDF58F) is known color: Sulu. HEX triplet: BD, F5 and 8F. RGB value is (189,245,143). Sum of RGB (Red+Green+Blue) = 189+245+143=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF58F is #420A70. Grayscale: #D8D8D8. Windows color (decimal): -4328049 or 9434557. OLE color: 9434557.
HSL color Cylindrical-coordinate representation of color #BDF58F: hue angle of 92.94º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF58F is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 143 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.04 |
| HSL | 92.94º | 0.84% | 0.76% | - |
| HSV(B) | 92.94º | 0.42% | 0.96% | - |
| XYZ | 58.6 | 78.11 | 37.97 | - |
| YUV | 216.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 143 | 0.23 | 0 | 0.42 | 0.04 | 92.94 | 0.84 | 0.76 |
| Hex | BD | F5 | 8F | 17 | 0 | 2A | 4 | 5D | 54 | 4C |
| Octal | 275 | 365 | 217 | 27 | 0 | 52 | 4 | 135 | 124 | 114 |
| Binary | 10111101 | 11110101 | 10001111 | 10111 | 0 | 101010 | 100 | 1011101 | 1010100 | 1001100 |
Color Harmonies of #BDF58F
Complementary color
Monochromatic Colors of #BDF58F
Black with #BDF58F
Text Example
Text Example
White with #BDF58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF58F; }
p { color: rgb(189,245,143); }
H1.HeaderClassName
{
color: #BDF58F;
}
.AnyTagClassName
{
color: #BDF58F;
}
</style>
background-color css
<style>
a { background-color: #BDF58F; }
a { background-color: rgb(189,245,143); }
div.DivClassName
{
background-color: #BDF58F;
}
.BgClassName
{
background-color: #BDF58F;
}
</style>
border-color css
<style>
span { border-color: #BDF58F; }
span { border-color: rgb(189,245,143); }
td.TdClassName
{
border-color: #BDF58F;
}
.TagClassName
{
border-color: #BDF58F;
}
</style>