Shades of Sulu #BDFF78
Tints of Sulu #BDFF78
RGB
CMYK
RGB Variations
Color information
#BDFF78 (or 0xBDFF78) is known color: Sulu. HEX triplet: BD, FF and 78. RGB value is (189,255,120). Sum of RGB (Red+Green+Blue) = 189+255+120=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF78 is #420087. Grayscale: #DCDCDC. Windows color (decimal): -4325512 or 7929789. OLE color: 7929789.
HSL color Cylindrical-coordinate representation of color #BDFF78: hue angle of 89.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDFF78 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 120 | - |
| CMYK | 0.26 | 0 | 0.53 | 0 |
| HSL | 89.33º | 1% | 0.74% | - |
| HSV(B) | 89.33º | 0.53% | 1% | - |
| XYZ | 60.14 | 83.69 | 30.75 | - |
| YUV | 219.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 120 | 0.26 | 0 | 0.53 | 0 | 89.33 | 1 | 0.74 |
| Hex | BD | FF | 78 | 1A | 0 | 35 | 0 | 59 | 64 | 4A |
| Octal | 275 | 377 | 170 | 32 | 0 | 65 | 0 | 131 | 144 | 112 |
| Binary | 10111101 | 11111111 | 1111000 | 11010 | 0 | 110101 | 0 | 1011001 | 1100100 | 1001010 |
Color Harmonies of #BDFF78
Complementary color
Monochromatic Colors of #BDFF78
Black with #BDFF78
Text Example
Text Example
White with #BDFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF78; }
p { color: rgb(189,255,120); }
H1.HeaderClassName
{
color: #BDFF78;
}
.AnyTagClassName
{
color: #BDFF78;
}
</style>
background-color css
<style>
a { background-color: #BDFF78; }
a { background-color: rgb(189,255,120); }
div.DivClassName
{
background-color: #BDFF78;
}
.BgClassName
{
background-color: #BDFF78;
}
</style>
border-color css
<style>
span { border-color: #BDFF78; }
span { border-color: rgb(189,255,120); }
td.TdClassName
{
border-color: #BDFF78;
}
.TagClassName
{
border-color: #BDFF78;
}
</style>