Shades of Sulu #BDF177
Tints of Sulu #BDF177
RGB
CMYK
RGB Variations
Color information
#BDF177 (or 0xBDF177) is known color: Sulu. HEX triplet: BD, F1 and 77. RGB value is (189,241,119). Sum of RGB (Red+Green+Blue) = 189+241+119=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF177 is #420E88. Grayscale: #D3D3D3. Windows color (decimal): -4329097 or 7860669. OLE color: 7860669.
HSL color Cylindrical-coordinate representation of color #BDF177: hue angle of 85.57º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF177 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 119 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.05 |
| HSL | 85.57º | 0.81% | 0.71% | - |
| HSV(B) | 85.57º | 0.51% | 0.95% | - |
| XYZ | 55.77 | 75.06 | 29 | - |
| YUV | 211.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 119 | 0.22 | 0 | 0.51 | 0.05 | 85.57 | 0.81 | 0.71 |
| Hex | BD | F1 | 77 | 16 | 0 | 33 | 5 | 56 | 51 | 47 |
| Octal | 275 | 361 | 167 | 26 | 0 | 63 | 5 | 126 | 121 | 107 |
| Binary | 10111101 | 11110001 | 1110111 | 10110 | 0 | 110011 | 101 | 1010110 | 1010001 | 1000111 |
Color Harmonies of #BDF177
Complementary color
Monochromatic Colors of #BDF177
Black with #BDF177
Text Example
Text Example
White with #BDF177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF177; }
p { color: rgb(189,241,119); }
H1.HeaderClassName
{
color: #BDF177;
}
.AnyTagClassName
{
color: #BDF177;
}
</style>
background-color css
<style>
a { background-color: #BDF177; }
a { background-color: rgb(189,241,119); }
div.DivClassName
{
background-color: #BDF177;
}
.BgClassName
{
background-color: #BDF177;
}
</style>
border-color css
<style>
span { border-color: #BDF177; }
span { border-color: rgb(189,241,119); }
td.TdClassName
{
border-color: #BDF177;
}
.TagClassName
{
border-color: #BDF177;
}
</style>