Shades of Sulu #BDFE6B
Tints of Sulu #BDFE6B
RGB
CMYK
RGB Variations
Color information
#BDFE6B (or 0xBDFE6B) is known color: Sulu. HEX triplet: BD, FE and 6B. RGB value is (189,254,107). Sum of RGB (Red+Green+Blue) = 189+254+107=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE6B is #420194. Grayscale: #DADADA. Windows color (decimal): -4325781 or 7077565. OLE color: 7077565.
HSL color Cylindrical-coordinate representation of color #BDFE6B: hue angle of 86.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDFE6B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 107 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.00 |
| HSL | 86.53º | 0.99% | 0.71% | - |
| HSV(B) | 86.53º | 0.58% | 1% | - |
| XYZ | 59.08 | 82.76 | 26.77 | - |
| YUV | 217.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 107 | 0.26 | 0 | 0.58 | 0.00 | 86.53 | 0.99 | 0.71 |
| Hex | BD | FE | 6B | 1A | 0 | 3A | 0 | 57 | 63 | 47 |
| Octal | 275 | 376 | 153 | 32 | 0 | 72 | 0 | 127 | 143 | 107 |
| Binary | 10111101 | 11111110 | 1101011 | 11010 | 0 | 111010 | 0 | 1010111 | 1100011 | 1000111 |
Color Harmonies of #BDFE6B
Complementary color
Monochromatic Colors of #BDFE6B
Black with #BDFE6B
Text Example
Text Example
White with #BDFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE6B; }
p { color: rgb(189,254,107); }
H1.HeaderClassName
{
color: #BDFE6B;
}
.AnyTagClassName
{
color: #BDFE6B;
}
</style>
background-color css
<style>
a { background-color: #BDFE6B; }
a { background-color: rgb(189,254,107); }
div.DivClassName
{
background-color: #BDFE6B;
}
.BgClassName
{
background-color: #BDFE6B;
}
</style>
border-color css
<style>
span { border-color: #BDFE6B; }
span { border-color: rgb(189,254,107); }
td.TdClassName
{
border-color: #BDFE6B;
}
.TagClassName
{
border-color: #BDFE6B;
}
</style>