Shades of Sulu #BDFE8D
Tints of Sulu #BDFE8D
RGB
CMYK
RGB Variations
Color information
#BDFE8D (or 0xBDFE8D) is known color: Sulu. HEX triplet: BD, FE and 8D. RGB value is (189,254,141). Sum of RGB (Red+Green+Blue) = 189+254+141=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE8D is #420172. Grayscale: #DEDEDE. Windows color (decimal): -4325747 or 9305789. OLE color: 9305789.
HSL color Cylindrical-coordinate representation of color #BDFE8D: hue angle of 94.51º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDFE8D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 141 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.00 |
| HSL | 94.51º | 0.98% | 0.77% | - |
| HSV(B) | 94.51º | 0.44% | 1% | - |
| XYZ | 61.24 | 83.63 | 38.11 | - |
| YUV | 221.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 141 | 0.26 | 0 | 0.44 | 0.00 | 94.51 | 0.98 | 0.77 |
| Hex | BD | FE | 8D | 1A | 0 | 2C | 0 | 5F | 62 | 4D |
| Octal | 275 | 376 | 215 | 32 | 0 | 54 | 0 | 137 | 142 | 115 |
| Binary | 10111101 | 11111110 | 10001101 | 11010 | 0 | 101100 | 0 | 1011111 | 1100010 | 1001101 |
Color Harmonies of #BDFE8D
Complementary color
Monochromatic Colors of #BDFE8D
Black with #BDFE8D
Text Example
Text Example
White with #BDFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE8D; }
p { color: rgb(189,254,141); }
H1.HeaderClassName
{
color: #BDFE8D;
}
.AnyTagClassName
{
color: #BDFE8D;
}
</style>
background-color css
<style>
a { background-color: #BDFE8D; }
a { background-color: rgb(189,254,141); }
div.DivClassName
{
background-color: #BDFE8D;
}
.BgClassName
{
background-color: #BDFE8D;
}
</style>
border-color css
<style>
span { border-color: #BDFE8D; }
span { border-color: rgb(189,254,141); }
td.TdClassName
{
border-color: #BDFE8D;
}
.TagClassName
{
border-color: #BDFE8D;
}
</style>