Shades of Sulu #BDF774
Tints of Sulu #BDF774
RGB
CMYK
RGB Variations
Color information
#BDF774 (or 0xBDF774) is known color: Sulu. HEX triplet: BD, F7 and 74. RGB value is (189,247,116). Sum of RGB (Red+Green+Blue) = 189+247+116=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF774 is #42088B. Grayscale: #D7D7D7. Windows color (decimal): -4327564 or 7665597. OLE color: 7665597.
HSL color Cylindrical-coordinate representation of color #BDF774: hue angle of 86.56º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF774 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 116 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.03 |
| HSL | 86.56º | 0.89% | 0.71% | - |
| HSV(B) | 86.56º | 0.53% | 0.97% | - |
| XYZ | 57.4 | 78.6 | 28.67 | - |
| YUV | 214.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 116 | 0.23 | 0 | 0.53 | 0.03 | 86.56 | 0.89 | 0.71 |
| Hex | BD | F7 | 74 | 17 | 0 | 35 | 3 | 57 | 59 | 47 |
| Octal | 275 | 367 | 164 | 27 | 0 | 65 | 3 | 127 | 131 | 107 |
| Binary | 10111101 | 11110111 | 1110100 | 10111 | 0 | 110101 | 11 | 1010111 | 1011001 | 1000111 |
Color Harmonies of #BDF774
Complementary color
Monochromatic Colors of #BDF774
Black with #BDF774
Text Example
Text Example
White with #BDF774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF774; }
p { color: rgb(189,247,116); }
H1.HeaderClassName
{
color: #BDF774;
}
.AnyTagClassName
{
color: #BDF774;
}
</style>
background-color css
<style>
a { background-color: #BDF774; }
a { background-color: rgb(189,247,116); }
div.DivClassName
{
background-color: #BDF774;
}
.BgClassName
{
background-color: #BDF774;
}
</style>
border-color css
<style>
span { border-color: #BDF774; }
span { border-color: rgb(189,247,116); }
td.TdClassName
{
border-color: #BDF774;
}
.TagClassName
{
border-color: #BDF774;
}
</style>