Shades of Sulu #BDF681
Tints of Sulu #BDF681
RGB
CMYK
RGB Variations
Color information
#BDF681 (or 0xBDF681) is known color: Sulu. HEX triplet: BD, F6 and 81. RGB value is (189,246,129). Sum of RGB (Red+Green+Blue) = 189+246+129=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF681 is #42097E. Grayscale: #D8D8D8. Windows color (decimal): -4327807 or 8517309. OLE color: 8517309.
HSL color Cylindrical-coordinate representation of color #BDF681: hue angle of 89.23º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF681 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 129 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.04 |
| HSL | 89.23º | 0.87% | 0.74% | - |
| HSV(B) | 89.23º | 0.48% | 0.96% | - |
| XYZ | 57.9 | 78.32 | 32.83 | - |
| YUV | 215.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 129 | 0.23 | 0 | 0.48 | 0.04 | 89.23 | 0.87 | 0.74 |
| Hex | BD | F6 | 81 | 17 | 0 | 30 | 4 | 59 | 57 | 4A |
| Octal | 275 | 366 | 201 | 27 | 0 | 60 | 4 | 131 | 127 | 112 |
| Binary | 10111101 | 11110110 | 10000001 | 10111 | 0 | 110000 | 100 | 1011001 | 1010111 | 1001010 |
Color Harmonies of #BDF681
Complementary color
Monochromatic Colors of #BDF681
Black with #BDF681
Text Example
Text Example
White with #BDF681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF681; }
p { color: rgb(189,246,129); }
H1.HeaderClassName
{
color: #BDF681;
}
.AnyTagClassName
{
color: #BDF681;
}
</style>
background-color css
<style>
a { background-color: #BDF681; }
a { background-color: rgb(189,246,129); }
div.DivClassName
{
background-color: #BDF681;
}
.BgClassName
{
background-color: #BDF681;
}
</style>
border-color css
<style>
span { border-color: #BDF681; }
span { border-color: rgb(189,246,129); }
td.TdClassName
{
border-color: #BDF681;
}
.TagClassName
{
border-color: #BDF681;
}
</style>