Shades of Sulu #BDF962
Tints of Sulu #BDF962
RGB
CMYK
RGB Variations
Color information
#BDF962 (or 0xBDF962) is known color: Sulu. HEX triplet: BD, F9 and 62. RGB value is (189,249,98). Sum of RGB (Red+Green+Blue) = 189+249+98=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF962 is #42069D. Grayscale: #D6D6D6. Windows color (decimal): -4327070 or 6486461. OLE color: 6486461.
HSL color Cylindrical-coordinate representation of color #BDF962: hue angle of 83.84º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF962 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 98 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.02 |
| HSL | 83.84º | 0.93% | 0.68% | - |
| HSV(B) | 83.84º | 0.61% | 0.98% | - |
| XYZ | 57.07 | 79.45 | 23.88 | - |
| YUV | 213.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 98 | 0.24 | 0 | 0.61 | 0.02 | 83.84 | 0.93 | 0.68 |
| Hex | BD | F9 | 62 | 18 | 0 | 3D | 2 | 54 | 5D | 44 |
| Octal | 275 | 371 | 142 | 30 | 0 | 75 | 2 | 124 | 135 | 104 |
| Binary | 10111101 | 11111001 | 1100010 | 11000 | 0 | 111101 | 10 | 1010100 | 1011101 | 1000100 |
Color Harmonies of #BDF962
Complementary color
Monochromatic Colors of #BDF962
Black with #BDF962
Text Example
Text Example
White with #BDF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF962; }
p { color: rgb(189,249,98); }
H1.HeaderClassName
{
color: #BDF962;
}
.AnyTagClassName
{
color: #BDF962;
}
</style>
background-color css
<style>
a { background-color: #BDF962; }
a { background-color: rgb(189,249,98); }
div.DivClassName
{
background-color: #BDF962;
}
.BgClassName
{
background-color: #BDF962;
}
</style>
border-color css
<style>
span { border-color: #BDF962; }
span { border-color: rgb(189,249,98); }
td.TdClassName
{
border-color: #BDF962;
}
.TagClassName
{
border-color: #BDF962;
}
</style>