Shades of Sulu #BDF882
Tints of Sulu #BDF882
RGB
CMYK
RGB Variations
Color information
#BDF882 (or 0xBDF882) is known color: Sulu. HEX triplet: BD, F8 and 82. RGB value is (189,248,130). Sum of RGB (Red+Green+Blue) = 189+248+130=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF882 is #42077D. Grayscale: #D9D9D9. Windows color (decimal): -4327294 or 8583357. OLE color: 8583357.
HSL color Cylindrical-coordinate representation of color #BDF882: hue angle of 90º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF882 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 130 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.03 |
| HSL | 90º | 0.89% | 0.74% | - |
| HSV(B) | 90º | 0.48% | 0.97% | - |
| XYZ | 58.58 | 79.57 | 33.39 | - |
| YUV | 216.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 130 | 0.24 | 0 | 0.48 | 0.03 | 90 | 0.89 | 0.74 |
| Hex | BD | F8 | 82 | 18 | 0 | 30 | 3 | 5A | 59 | 4A |
| Octal | 275 | 370 | 202 | 30 | 0 | 60 | 3 | 132 | 131 | 112 |
| Binary | 10111101 | 11111000 | 10000010 | 11000 | 0 | 110000 | 11 | 1011010 | 1011001 | 1001010 |
Color Harmonies of #BDF882
Complementary color
Monochromatic Colors of #BDF882
Black with #BDF882
Text Example
Text Example
White with #BDF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF882; }
p { color: rgb(189,248,130); }
H1.HeaderClassName
{
color: #BDF882;
}
.AnyTagClassName
{
color: #BDF882;
}
</style>
background-color css
<style>
a { background-color: #BDF882; }
a { background-color: rgb(189,248,130); }
div.DivClassName
{
background-color: #BDF882;
}
.BgClassName
{
background-color: #BDF882;
}
</style>
border-color css
<style>
span { border-color: #BDF882; }
span { border-color: rgb(189,248,130); }
td.TdClassName
{
border-color: #BDF882;
}
.TagClassName
{
border-color: #BDF882;
}
</style>