Shades of Sulu #BDF97C
Tints of Sulu #BDF97C
RGB
CMYK
RGB Variations
Color information
#BDF97C (or 0xBDF97C) is known color: Sulu. HEX triplet: BD, F9 and 7C. RGB value is (189,249,124). Sum of RGB (Red+Green+Blue) = 189+249+124=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF97C is #420683. Grayscale: #D9D9D9. Windows color (decimal): -4327044 or 8190397. OLE color: 8190397.
HSL color Cylindrical-coordinate representation of color #BDF97C: hue angle of 88.8º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF97C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 124 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.02 |
| HSL | 88.8º | 0.91% | 0.73% | - |
| HSV(B) | 88.8º | 0.5% | 0.98% | - |
| XYZ | 58.5 | 80.03 | 31.43 | - |
| YUV | 216.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 124 | 0.24 | 0 | 0.50 | 0.02 | 88.8 | 0.91 | 0.73 |
| Hex | BD | F9 | 7C | 18 | 0 | 32 | 2 | 59 | 5B | 49 |
| Octal | 275 | 371 | 174 | 30 | 0 | 62 | 2 | 131 | 133 | 111 |
| Binary | 10111101 | 11111001 | 1111100 | 11000 | 0 | 110010 | 10 | 1011001 | 1011011 | 1001001 |
Color Harmonies of #BDF97C
Complementary color
Monochromatic Colors of #BDF97C
Black with #BDF97C
Text Example
Text Example
White with #BDF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF97C; }
p { color: rgb(189,249,124); }
H1.HeaderClassName
{
color: #BDF97C;
}
.AnyTagClassName
{
color: #BDF97C;
}
</style>
background-color css
<style>
a { background-color: #BDF97C; }
a { background-color: rgb(189,249,124); }
div.DivClassName
{
background-color: #BDF97C;
}
.BgClassName
{
background-color: #BDF97C;
}
</style>
border-color css
<style>
span { border-color: #BDF97C; }
span { border-color: rgb(189,249,124); }
td.TdClassName
{
border-color: #BDF97C;
}
.TagClassName
{
border-color: #BDF97C;
}
</style>