Shades of Sulu #BDF66D
Tints of Sulu #BDF66D
RGB
CMYK
RGB Variations
Color information
#BDF66D (or 0xBDF66D) is known color: Sulu. HEX triplet: BD, F6 and 6D. RGB value is (189,246,109). Sum of RGB (Red+Green+Blue) = 189+246+109=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF66D is #420992. Grayscale: #D5D5D5. Windows color (decimal): -4327827 or 7206589. OLE color: 7206589.
HSL color Cylindrical-coordinate representation of color #BDF66D: hue angle of 84.96º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF66D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 109 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.04 |
| HSL | 84.96º | 0.88% | 0.7% | - |
| HSV(B) | 84.96º | 0.56% | 0.96% | - |
| XYZ | 56.7 | 77.83 | 26.5 | - |
| YUV | 213.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 109 | 0.23 | 0 | 0.56 | 0.04 | 84.96 | 0.88 | 0.7 |
| Hex | BD | F6 | 6D | 17 | 0 | 38 | 4 | 55 | 58 | 46 |
| Octal | 275 | 366 | 155 | 27 | 0 | 70 | 4 | 125 | 130 | 106 |
| Binary | 10111101 | 11110110 | 1101101 | 10111 | 0 | 111000 | 100 | 1010101 | 1011000 | 1000110 |
Color Harmonies of #BDF66D
Complementary color
Monochromatic Colors of #BDF66D
Black with #BDF66D
Text Example
Text Example
White with #BDF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF66D; }
p { color: rgb(189,246,109); }
H1.HeaderClassName
{
color: #BDF66D;
}
.AnyTagClassName
{
color: #BDF66D;
}
</style>
background-color css
<style>
a { background-color: #BDF66D; }
a { background-color: rgb(189,246,109); }
div.DivClassName
{
background-color: #BDF66D;
}
.BgClassName
{
background-color: #BDF66D;
}
</style>
border-color css
<style>
span { border-color: #BDF66D; }
span { border-color: rgb(189,246,109); }
td.TdClassName
{
border-color: #BDF66D;
}
.TagClassName
{
border-color: #BDF66D;
}
</style>