Shades of Sulu #BDF684
Tints of Sulu #BDF684
RGB
CMYK
RGB Variations
Color information
#BDF684 (or 0xBDF684) is known color: Sulu. HEX triplet: BD, F6 and 84. RGB value is (189,246,132). Sum of RGB (Red+Green+Blue) = 189+246+132=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF684 is #42097B. Grayscale: #D8D8D8. Windows color (decimal): -4327804 or 8713917. OLE color: 8713917.
HSL color Cylindrical-coordinate representation of color #BDF684: hue angle of 90º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF684 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 132 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.04 |
| HSL | 90º | 0.86% | 0.74% | - |
| HSV(B) | 90º | 0.46% | 0.96% | - |
| XYZ | 58.11 | 78.4 | 33.9 | - |
| YUV | 215.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 132 | 0.23 | 0 | 0.46 | 0.04 | 90 | 0.86 | 0.74 |
| Hex | BD | F6 | 84 | 17 | 0 | 2E | 4 | 5A | 56 | 4A |
| Octal | 275 | 366 | 204 | 27 | 0 | 56 | 4 | 132 | 126 | 112 |
| Binary | 10111101 | 11110110 | 10000100 | 10111 | 0 | 101110 | 100 | 1011010 | 1010110 | 1001010 |
Color Harmonies of #BDF684
Complementary color
Monochromatic Colors of #BDF684
Black with #BDF684
Text Example
Text Example
White with #BDF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF684; }
p { color: rgb(189,246,132); }
H1.HeaderClassName
{
color: #BDF684;
}
.AnyTagClassName
{
color: #BDF684;
}
</style>
background-color css
<style>
a { background-color: #BDF684; }
a { background-color: rgb(189,246,132); }
div.DivClassName
{
background-color: #BDF684;
}
.BgClassName
{
background-color: #BDF684;
}
</style>
border-color css
<style>
span { border-color: #BDF684; }
span { border-color: rgb(189,246,132); }
td.TdClassName
{
border-color: #BDF684;
}
.TagClassName
{
border-color: #BDF684;
}
</style>