Shades of Sulu #BDF676
Tints of Sulu #BDF676
RGB
CMYK
RGB Variations
Color information
#BDF676 (or 0xBDF676) is known color: Sulu. HEX triplet: BD, F6 and 76. RGB value is (189,246,118). Sum of RGB (Red+Green+Blue) = 189+246+118=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF676 is #420989. Grayscale: #D6D6D6. Windows color (decimal): -4327818 or 7796413. OLE color: 7796413.
HSL color Cylindrical-coordinate representation of color #BDF676: hue angle of 86.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF676 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 118 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.04 |
| HSL | 86.72º | 0.88% | 0.71% | - |
| HSV(B) | 86.72º | 0.52% | 0.96% | - |
| XYZ | 57.21 | 78.04 | 29.19 | - |
| YUV | 214.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 118 | 0.23 | 0 | 0.52 | 0.04 | 86.72 | 0.88 | 0.71 |
| Hex | BD | F6 | 76 | 17 | 0 | 34 | 4 | 57 | 58 | 47 |
| Octal | 275 | 366 | 166 | 27 | 0 | 64 | 4 | 127 | 130 | 107 |
| Binary | 10111101 | 11110110 | 1110110 | 10111 | 0 | 110100 | 100 | 1010111 | 1011000 | 1000111 |
Color Harmonies of #BDF676
Complementary color
Monochromatic Colors of #BDF676
Black with #BDF676
Text Example
Text Example
White with #BDF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF676; }
p { color: rgb(189,246,118); }
H1.HeaderClassName
{
color: #BDF676;
}
.AnyTagClassName
{
color: #BDF676;
}
</style>
background-color css
<style>
a { background-color: #BDF676; }
a { background-color: rgb(189,246,118); }
div.DivClassName
{
background-color: #BDF676;
}
.BgClassName
{
background-color: #BDF676;
}
</style>
border-color css
<style>
span { border-color: #BDF676; }
span { border-color: rgb(189,246,118); }
td.TdClassName
{
border-color: #BDF676;
}
.TagClassName
{
border-color: #BDF676;
}
</style>