Shades of Sulu #BDF68B
Tints of Sulu #BDF68B
RGB
CMYK
RGB Variations
Color information
#BDF68B (or 0xBDF68B) is known color: Sulu. HEX triplet: BD, F6 and 8B. RGB value is (189,246,139). Sum of RGB (Red+Green+Blue) = 189+246+139=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF68B is #420974. Grayscale: #D9D9D9. Windows color (decimal): -4327797 or 9172669. OLE color: 9172669.
HSL color Cylindrical-coordinate representation of color #BDF68B: hue angle of 91.96º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF68B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 139 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.04 |
| HSL | 91.96º | 0.86% | 0.75% | - |
| HSV(B) | 91.96º | 0.43% | 0.96% | - |
| XYZ | 58.6 | 78.59 | 36.51 | - |
| YUV | 216.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 139 | 0.23 | 0 | 0.43 | 0.04 | 91.96 | 0.86 | 0.75 |
| Hex | BD | F6 | 8B | 17 | 0 | 2B | 4 | 5C | 56 | 4B |
| Octal | 275 | 366 | 213 | 27 | 0 | 53 | 4 | 134 | 126 | 113 |
| Binary | 10111101 | 11110110 | 10001011 | 10111 | 0 | 101011 | 100 | 1011100 | 1010110 | 1001011 |
Color Harmonies of #BDF68B
Complementary color
Monochromatic Colors of #BDF68B
Black with #BDF68B
Text Example
Text Example
White with #BDF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF68B; }
p { color: rgb(189,246,139); }
H1.HeaderClassName
{
color: #BDF68B;
}
.AnyTagClassName
{
color: #BDF68B;
}
</style>
background-color css
<style>
a { background-color: #BDF68B; }
a { background-color: rgb(189,246,139); }
div.DivClassName
{
background-color: #BDF68B;
}
.BgClassName
{
background-color: #BDF68B;
}
</style>
border-color css
<style>
span { border-color: #BDF68B; }
span { border-color: rgb(189,246,139); }
td.TdClassName
{
border-color: #BDF68B;
}
.TagClassName
{
border-color: #BDF68B;
}
</style>