Shades of Sulu #BDF478
Tints of Sulu #BDF478
RGB
CMYK
RGB Variations
Color information
#BDF478 (or 0xBDF478) is known color: Sulu. HEX triplet: BD, F4 and 78. RGB value is (189,244,120). Sum of RGB (Red+Green+Blue) = 189+244+120=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF478 is #420B87. Grayscale: #D5D5D5. Windows color (decimal): -4328328 or 7926973. OLE color: 7926973.
HSL color Cylindrical-coordinate representation of color #BDF478: hue angle of 86.61º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF478 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 120 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.04 |
| HSL | 86.61º | 0.85% | 0.71% | - |
| HSV(B) | 86.61º | 0.51% | 0.96% | - |
| XYZ | 56.73 | 76.88 | 29.62 | - |
| YUV | 213.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 120 | 0.23 | 0 | 0.51 | 0.04 | 86.61 | 0.85 | 0.71 |
| Hex | BD | F4 | 78 | 17 | 0 | 33 | 4 | 57 | 55 | 47 |
| Octal | 275 | 364 | 170 | 27 | 0 | 63 | 4 | 127 | 125 | 107 |
| Binary | 10111101 | 11110100 | 1111000 | 10111 | 0 | 110011 | 100 | 1010111 | 1010101 | 1000111 |
Color Harmonies of #BDF478
Complementary color
Monochromatic Colors of #BDF478
Black with #BDF478
Text Example
Text Example
White with #BDF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF478; }
p { color: rgb(189,244,120); }
H1.HeaderClassName
{
color: #BDF478;
}
.AnyTagClassName
{
color: #BDF478;
}
</style>
background-color css
<style>
a { background-color: #BDF478; }
a { background-color: rgb(189,244,120); }
div.DivClassName
{
background-color: #BDF478;
}
.BgClassName
{
background-color: #BDF478;
}
</style>
border-color css
<style>
span { border-color: #BDF478; }
span { border-color: rgb(189,244,120); }
td.TdClassName
{
border-color: #BDF478;
}
.TagClassName
{
border-color: #BDF478;
}
</style>