Shades of Sulu #BDF180
Tints of Sulu #BDF180
RGB
CMYK
RGB Variations
Color information
#BDF180 (or 0xBDF180) is known color: Sulu. HEX triplet: BD, F1 and 80. RGB value is (189,241,128). Sum of RGB (Red+Green+Blue) = 189+241+128=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF180 is #420E7F. Grayscale: #D4D4D4. Windows color (decimal): -4329088 or 8450493. OLE color: 8450493.
HSL color Cylindrical-coordinate representation of color #BDF180: hue angle of 87.61º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF180 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 128 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.05 |
| HSL | 87.61º | 0.8% | 0.72% | - |
| HSV(B) | 87.61º | 0.47% | 0.95% | - |
| XYZ | 56.34 | 75.29 | 31.98 | - |
| YUV | 212.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 128 | 0.22 | 0 | 0.47 | 0.05 | 87.61 | 0.8 | 0.72 |
| Hex | BD | F1 | 80 | 16 | 0 | 2F | 5 | 58 | 50 | 48 |
| Octal | 275 | 361 | 200 | 26 | 0 | 57 | 5 | 130 | 120 | 110 |
| Binary | 10111101 | 11110001 | 10000000 | 10110 | 0 | 101111 | 101 | 1011000 | 1010000 | 1001000 |
Color Harmonies of #BDF180
Complementary color
Monochromatic Colors of #BDF180
Black with #BDF180
Text Example
Text Example
White with #BDF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF180; }
p { color: rgb(189,241,128); }
H1.HeaderClassName
{
color: #BDF180;
}
.AnyTagClassName
{
color: #BDF180;
}
</style>
background-color css
<style>
a { background-color: #BDF180; }
a { background-color: rgb(189,241,128); }
div.DivClassName
{
background-color: #BDF180;
}
.BgClassName
{
background-color: #BDF180;
}
</style>
border-color css
<style>
span { border-color: #BDF180; }
span { border-color: rgb(189,241,128); }
td.TdClassName
{
border-color: #BDF180;
}
.TagClassName
{
border-color: #BDF180;
}
</style>