Shades of Sulu #BDF67B
Tints of Sulu #BDF67B
RGB
CMYK
RGB Variations
Color information
#BDF67B (or 0xBDF67B) is known color: Sulu. HEX triplet: BD, F6 and 7B. RGB value is (189,246,123). Sum of RGB (Red+Green+Blue) = 189+246+123=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF67B is #420984. Grayscale: #D7D7D7. Windows color (decimal): -4327813 or 8124093. OLE color: 8124093.
HSL color Cylindrical-coordinate representation of color #BDF67B: hue angle of 87.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF67B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 123 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.04 |
| HSL | 87.8º | 0.87% | 0.72% | - |
| HSV(B) | 87.8º | 0.5% | 0.96% | - |
| XYZ | 57.52 | 78.16 | 30.79 | - |
| YUV | 214.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 123 | 0.23 | 0 | 0.50 | 0.04 | 87.8 | 0.87 | 0.72 |
| Hex | BD | F6 | 7B | 17 | 0 | 32 | 4 | 58 | 57 | 48 |
| Octal | 275 | 366 | 173 | 27 | 0 | 62 | 4 | 130 | 127 | 110 |
| Binary | 10111101 | 11110110 | 1111011 | 10111 | 0 | 110010 | 100 | 1011000 | 1010111 | 1001000 |
Color Harmonies of #BDF67B
Complementary color
Monochromatic Colors of #BDF67B
Black with #BDF67B
Text Example
Text Example
White with #BDF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF67B; }
p { color: rgb(189,246,123); }
H1.HeaderClassName
{
color: #BDF67B;
}
.AnyTagClassName
{
color: #BDF67B;
}
</style>
background-color css
<style>
a { background-color: #BDF67B; }
a { background-color: rgb(189,246,123); }
div.DivClassName
{
background-color: #BDF67B;
}
.BgClassName
{
background-color: #BDF67B;
}
</style>
border-color css
<style>
span { border-color: #BDF67B; }
span { border-color: rgb(189,246,123); }
td.TdClassName
{
border-color: #BDF67B;
}
.TagClassName
{
border-color: #BDF67B;
}
</style>