Shades of Sulu #BDF081
Tints of Sulu #BDF081
RGB
CMYK
RGB Variations
Color information
#BDF081 (or 0xBDF081) is known color: Sulu. HEX triplet: BD, F0 and 81. RGB value is (189,240,129). Sum of RGB (Red+Green+Blue) = 189+240+129=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF081 is #420F7E. Grayscale: #D4D4D4. Windows color (decimal): -4329343 or 8515773. OLE color: 8515773.
HSL color Cylindrical-coordinate representation of color #BDF081: hue angle of 87.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF081 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 129 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.06 |
| HSL | 87.57º | 0.79% | 0.72% | - |
| HSV(B) | 87.57º | 0.46% | 0.94% | - |
| XYZ | 56.11 | 74.72 | 32.23 | - |
| YUV | 212.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 129 | 0.21 | 0 | 0.46 | 0.06 | 87.57 | 0.79 | 0.72 |
| Hex | BD | F0 | 81 | 15 | 0 | 2E | 6 | 58 | 4F | 48 |
| Octal | 275 | 360 | 201 | 25 | 0 | 56 | 6 | 130 | 117 | 110 |
| Binary | 10111101 | 11110000 | 10000001 | 10101 | 0 | 101110 | 110 | 1011000 | 1001111 | 1001000 |
Color Harmonies of #BDF081
Complementary color
Monochromatic Colors of #BDF081
Black with #BDF081
Text Example
Text Example
White with #BDF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF081; }
p { color: rgb(189,240,129); }
H1.HeaderClassName
{
color: #BDF081;
}
.AnyTagClassName
{
color: #BDF081;
}
</style>
background-color css
<style>
a { background-color: #BDF081; }
a { background-color: rgb(189,240,129); }
div.DivClassName
{
background-color: #BDF081;
}
.BgClassName
{
background-color: #BDF081;
}
</style>
border-color css
<style>
span { border-color: #BDF081; }
span { border-color: rgb(189,240,129); }
td.TdClassName
{
border-color: #BDF081;
}
.TagClassName
{
border-color: #BDF081;
}
</style>