Shades of Sulu #BDF868
Tints of Sulu #BDF868
RGB
CMYK
RGB Variations
Color information
#BDF868 (or 0xBDF868) is known color: Sulu. HEX triplet: BD, F8 and 68. RGB value is (189,248,104). Sum of RGB (Red+Green+Blue) = 189+248+104=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF868 is #420797. Grayscale: #D6D6D6. Windows color (decimal): -4327320 or 6879421. OLE color: 6879421.
HSL color Cylindrical-coordinate representation of color #BDF868: hue angle of 84.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF868 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 104 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.03 |
| HSL | 84.58º | 0.91% | 0.69% | - |
| HSV(B) | 84.58º | 0.58% | 0.97% | - |
| XYZ | 57.05 | 78.95 | 25.33 | - |
| YUV | 213.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 104 | 0.24 | 0 | 0.58 | 0.03 | 84.58 | 0.91 | 0.69 |
| Hex | BD | F8 | 68 | 18 | 0 | 3A | 3 | 55 | 5B | 45 |
| Octal | 275 | 370 | 150 | 30 | 0 | 72 | 3 | 125 | 133 | 105 |
| Binary | 10111101 | 11111000 | 1101000 | 11000 | 0 | 111010 | 11 | 1010101 | 1011011 | 1000101 |
Color Harmonies of #BDF868
Complementary color
Monochromatic Colors of #BDF868
Black with #BDF868
Text Example
Text Example
White with #BDF868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF868; }
p { color: rgb(189,248,104); }
H1.HeaderClassName
{
color: #BDF868;
}
.AnyTagClassName
{
color: #BDF868;
}
</style>
background-color css
<style>
a { background-color: #BDF868; }
a { background-color: rgb(189,248,104); }
div.DivClassName
{
background-color: #BDF868;
}
.BgClassName
{
background-color: #BDF868;
}
</style>
border-color css
<style>
span { border-color: #BDF868; }
span { border-color: rgb(189,248,104); }
td.TdClassName
{
border-color: #BDF868;
}
.TagClassName
{
border-color: #BDF868;
}
</style>