Shades of Sulu #BDF678
Tints of Sulu #BDF678
RGB
CMYK
RGB Variations
Color information
#BDF678 (or 0xBDF678) is known color: Sulu. HEX triplet: BD, F6 and 78. RGB value is (189,246,120). Sum of RGB (Red+Green+Blue) = 189+246+120=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF678 is #420987. Grayscale: #D7D7D7. Windows color (decimal): -4327816 or 7927485. OLE color: 7927485.
HSL color Cylindrical-coordinate representation of color #BDF678: hue angle of 87.14º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF678 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 120 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.04 |
| HSL | 87.14º | 0.88% | 0.72% | - |
| HSV(B) | 87.14º | 0.51% | 0.96% | - |
| XYZ | 57.33 | 78.09 | 29.82 | - |
| YUV | 214.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 120 | 0.23 | 0 | 0.51 | 0.04 | 87.14 | 0.88 | 0.72 |
| Hex | BD | F6 | 78 | 17 | 0 | 33 | 4 | 57 | 58 | 48 |
| Octal | 275 | 366 | 170 | 27 | 0 | 63 | 4 | 127 | 130 | 110 |
| Binary | 10111101 | 11110110 | 1111000 | 10111 | 0 | 110011 | 100 | 1010111 | 1011000 | 1001000 |
Color Harmonies of #BDF678
Complementary color
Monochromatic Colors of #BDF678
Black with #BDF678
Text Example
Text Example
White with #BDF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF678; }
p { color: rgb(189,246,120); }
H1.HeaderClassName
{
color: #BDF678;
}
.AnyTagClassName
{
color: #BDF678;
}
</style>
background-color css
<style>
a { background-color: #BDF678; }
a { background-color: rgb(189,246,120); }
div.DivClassName
{
background-color: #BDF678;
}
.BgClassName
{
background-color: #BDF678;
}
</style>
border-color css
<style>
span { border-color: #BDF678; }
span { border-color: rgb(189,246,120); }
td.TdClassName
{
border-color: #BDF678;
}
.TagClassName
{
border-color: #BDF678;
}
</style>