Shades of Sulu #BDF878
Tints of Sulu #BDF878
RGB
CMYK
RGB Variations
Color information
#BDF878 (or 0xBDF878) is known color: Sulu. HEX triplet: BD, F8 and 78. RGB value is (189,248,120). Sum of RGB (Red+Green+Blue) = 189+248+120=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF878 is #420787. Grayscale: #D8D8D8. Windows color (decimal): -4327304 or 7927997. OLE color: 7927997.
HSL color Cylindrical-coordinate representation of color #BDF878: hue angle of 87.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF878 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 120 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.03 |
| HSL | 87.66º | 0.9% | 0.72% | - |
| HSV(B) | 87.66º | 0.52% | 0.97% | - |
| XYZ | 57.94 | 79.31 | 30.02 | - |
| YUV | 215.77 | 73.95 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 120 | 0.24 | 0 | 0.52 | 0.03 | 87.66 | 0.9 | 0.72 |
| Hex | BD | F8 | 78 | 18 | 0 | 34 | 3 | 58 | 5A | 48 |
| Octal | 275 | 370 | 170 | 30 | 0 | 64 | 3 | 130 | 132 | 110 |
| Binary | 10111101 | 11111000 | 1111000 | 11000 | 0 | 110100 | 11 | 1011000 | 1011010 | 1001000 |
Color Harmonies of #BDF878
Complementary color
Monochromatic Colors of #BDF878
Black with #BDF878
Text Example
Text Example
White with #BDF878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF878; }
p { color: rgb(189,248,120); }
H1.HeaderClassName
{
color: #BDF878;
}
.AnyTagClassName
{
color: #BDF878;
}
</style>
background-color css
<style>
a { background-color: #BDF878; }
a { background-color: rgb(189,248,120); }
div.DivClassName
{
background-color: #BDF878;
}
.BgClassName
{
background-color: #BDF878;
}
</style>
border-color css
<style>
span { border-color: #BDF878; }
span { border-color: rgb(189,248,120); }
td.TdClassName
{
border-color: #BDF878;
}
.TagClassName
{
border-color: #BDF878;
}
</style>