Shades of Sulu #BDF575
Tints of Sulu #BDF575
RGB
CMYK
RGB Variations
Color information
#BDF575 (or 0xBDF575) is known color: Sulu. HEX triplet: BD, F5 and 75. RGB value is (189,245,117). Sum of RGB (Red+Green+Blue) = 189+245+117=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF575 is #420A8A. Grayscale: #D6D6D6. Windows color (decimal): -4328075 or 7730621. OLE color: 7730621.
HSL color Cylindrical-coordinate representation of color #BDF575: hue angle of 86.25º degrees, saturation: 0.86, 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 #BDF575 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 117 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.04 |
| HSL | 86.25º | 0.86% | 0.71% | - |
| HSV(B) | 86.25º | 0.52% | 0.96% | - |
| XYZ | 56.85 | 77.41 | 28.77 | - |
| YUV | 213.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 117 | 0.23 | 0 | 0.52 | 0.04 | 86.25 | 0.86 | 0.71 |
| Hex | BD | F5 | 75 | 17 | 0 | 34 | 4 | 56 | 56 | 47 |
| Octal | 275 | 365 | 165 | 27 | 0 | 64 | 4 | 126 | 126 | 107 |
| Binary | 10111101 | 11110101 | 1110101 | 10111 | 0 | 110100 | 100 | 1010110 | 1010110 | 1000111 |
Color Harmonies of #BDF575
Complementary color
Monochromatic Colors of #BDF575
Black with #BDF575
Text Example
Text Example
White with #BDF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF575; }
p { color: rgb(189,245,117); }
H1.HeaderClassName
{
color: #BDF575;
}
.AnyTagClassName
{
color: #BDF575;
}
</style>
background-color css
<style>
a { background-color: #BDF575; }
a { background-color: rgb(189,245,117); }
div.DivClassName
{
background-color: #BDF575;
}
.BgClassName
{
background-color: #BDF575;
}
</style>
border-color css
<style>
span { border-color: #BDF575; }
span { border-color: rgb(189,245,117); }
td.TdClassName
{
border-color: #BDF575;
}
.TagClassName
{
border-color: #BDF575;
}
</style>