Shades of Sulu #BDFE6C
Tints of Sulu #BDFE6C
RGB
CMYK
RGB Variations
Color information
#BDFE6C (or 0xBDFE6C) is known color: Sulu. HEX triplet: BD, FE and 6C. RGB value is (189,254,108). Sum of RGB (Red+Green+Blue) = 189+254+108=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE6C is #420193. Grayscale: #DADADA. Windows color (decimal): -4325780 or 7143101. OLE color: 7143101.
HSL color Cylindrical-coordinate representation of color #BDFE6C: hue angle of 86.71º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDFE6C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 108 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.00 |
| HSL | 86.71º | 0.99% | 0.71% | - |
| HSV(B) | 86.71º | 0.57% | 1% | - |
| XYZ | 59.13 | 82.79 | 27.05 | - |
| YUV | 217.92 | 65.97 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 108 | 0.26 | 0 | 0.57 | 0.00 | 86.71 | 0.99 | 0.71 |
| Hex | BD | FE | 6C | 1A | 0 | 39 | 0 | 57 | 63 | 47 |
| Octal | 275 | 376 | 154 | 32 | 0 | 71 | 0 | 127 | 143 | 107 |
| Binary | 10111101 | 11111110 | 1101100 | 11010 | 0 | 111001 | 0 | 1010111 | 1100011 | 1000111 |
Color Harmonies of #BDFE6C
Complementary color
Monochromatic Colors of #BDFE6C
Black with #BDFE6C
Text Example
Text Example
White with #BDFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE6C; }
p { color: rgb(189,254,108); }
H1.HeaderClassName
{
color: #BDFE6C;
}
.AnyTagClassName
{
color: #BDFE6C;
}
</style>
background-color css
<style>
a { background-color: #BDFE6C; }
a { background-color: rgb(189,254,108); }
div.DivClassName
{
background-color: #BDFE6C;
}
.BgClassName
{
background-color: #BDFE6C;
}
</style>
border-color css
<style>
span { border-color: #BDFE6C; }
span { border-color: rgb(189,254,108); }
td.TdClassName
{
border-color: #BDFE6C;
}
.TagClassName
{
border-color: #BDFE6C;
}
</style>