Shades of Sulu #BDF66B
Tints of Sulu #BDF66B
RGB
CMYK
RGB Variations
Color information
#BDF66B (or 0xBDF66B) is known color: Sulu. HEX triplet: BD, F6 and 6B. RGB value is (189,246,107). Sum of RGB (Red+Green+Blue) = 189+246+107=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF66B is #420994. Grayscale: #D5D5D5. Windows color (decimal): -4327829 or 7075517. OLE color: 7075517.
HSL color Cylindrical-coordinate representation of color #BDF66B: hue angle of 84.6º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF66B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 107 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.04 |
| HSL | 84.6º | 0.89% | 0.69% | - |
| HSV(B) | 84.6º | 0.57% | 0.96% | - |
| XYZ | 56.6 | 77.79 | 25.94 | - |
| YUV | 213.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 107 | 0.23 | 0 | 0.57 | 0.04 | 84.6 | 0.89 | 0.69 |
| Hex | BD | F6 | 6B | 17 | 0 | 39 | 4 | 55 | 59 | 45 |
| Octal | 275 | 366 | 153 | 27 | 0 | 71 | 4 | 125 | 131 | 105 |
| Binary | 10111101 | 11110110 | 1101011 | 10111 | 0 | 111001 | 100 | 1010101 | 1011001 | 1000101 |
Color Harmonies of #BDF66B
Complementary color
Monochromatic Colors of #BDF66B
Black with #BDF66B
Text Example
Text Example
White with #BDF66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF66B; }
p { color: rgb(189,246,107); }
H1.HeaderClassName
{
color: #BDF66B;
}
.AnyTagClassName
{
color: #BDF66B;
}
</style>
background-color css
<style>
a { background-color: #BDF66B; }
a { background-color: rgb(189,246,107); }
div.DivClassName
{
background-color: #BDF66B;
}
.BgClassName
{
background-color: #BDF66B;
}
</style>
border-color css
<style>
span { border-color: #BDF66B; }
span { border-color: rgb(189,246,107); }
td.TdClassName
{
border-color: #BDF66B;
}
.TagClassName
{
border-color: #BDF66B;
}
</style>