Shades of Sulu #BDF970
Tints of Sulu #BDF970
RGB
CMYK
RGB Variations
Color information
#BDF970 (or 0xBDF970) is known color: Sulu. HEX triplet: BD, F9 and 70. RGB value is (189,249,112). Sum of RGB (Red+Green+Blue) = 189+249+112=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF970 is #42068F. Grayscale: #D7D7D7. Windows color (decimal): -4327056 or 7403965. OLE color: 7403965.
HSL color Cylindrical-coordinate representation of color #BDF970: hue angle of 86.28º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF970 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 112 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.02 |
| HSL | 86.28º | 0.92% | 0.71% | - |
| HSV(B) | 86.28º | 0.55% | 0.98% | - |
| XYZ | 57.79 | 79.74 | 27.67 | - |
| YUV | 215.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 112 | 0.24 | 0 | 0.55 | 0.02 | 86.28 | 0.92 | 0.71 |
| Hex | BD | F9 | 70 | 18 | 0 | 37 | 2 | 56 | 5C | 47 |
| Octal | 275 | 371 | 160 | 30 | 0 | 67 | 2 | 126 | 134 | 107 |
| Binary | 10111101 | 11111001 | 1110000 | 11000 | 0 | 110111 | 10 | 1010110 | 1011100 | 1000111 |
Color Harmonies of #BDF970
Complementary color
Monochromatic Colors of #BDF970
Black with #BDF970
Text Example
Text Example
White with #BDF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF970; }
p { color: rgb(189,249,112); }
H1.HeaderClassName
{
color: #BDF970;
}
.AnyTagClassName
{
color: #BDF970;
}
</style>
background-color css
<style>
a { background-color: #BDF970; }
a { background-color: rgb(189,249,112); }
div.DivClassName
{
background-color: #BDF970;
}
.BgClassName
{
background-color: #BDF970;
}
</style>
border-color css
<style>
span { border-color: #BDF970; }
span { border-color: rgb(189,249,112); }
td.TdClassName
{
border-color: #BDF970;
}
.TagClassName
{
border-color: #BDF970;
}
</style>