Shades of Sulu #BDFF7E
Tints of Sulu #BDFF7E
RGB
CMYK
RGB Variations
Color information
#BDFF7E (or 0xBDFF7E) is known color: Sulu. HEX triplet: BD, FF and 7E. RGB value is (189,255,126). Sum of RGB (Red+Green+Blue) = 189+255+126=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF7E is #420081. Grayscale: #DDDDDD. Windows color (decimal): -4325506 or 8323005. OLE color: 8323005.
HSL color Cylindrical-coordinate representation of color #BDFF7E: hue angle of 90.7º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFF7E is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 126 | - |
| CMYK | 0.26 | 0 | 0.51 | 0 |
| HSL | 90.7º | 1% | 0.75% | - |
| HSV(B) | 90.7º | 0.51% | 1% | - |
| XYZ | 60.51 | 83.85 | 32.73 | - |
| YUV | 220.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 126 | 0.26 | 0 | 0.51 | 0 | 90.7 | 1 | 0.75 |
| Hex | BD | FF | 7E | 1A | 0 | 33 | 0 | 5B | 64 | 4B |
| Octal | 275 | 377 | 176 | 32 | 0 | 63 | 0 | 133 | 144 | 113 |
| Binary | 10111101 | 11111111 | 1111110 | 11010 | 0 | 110011 | 0 | 1011011 | 1100100 | 1001011 |
Color Harmonies of #BDFF7E
Complementary color
Monochromatic Colors of #BDFF7E
Black with #BDFF7E
Text Example
Text Example
White with #BDFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF7E; }
p { color: rgb(189,255,126); }
H1.HeaderClassName
{
color: #BDFF7E;
}
.AnyTagClassName
{
color: #BDFF7E;
}
</style>
background-color css
<style>
a { background-color: #BDFF7E; }
a { background-color: rgb(189,255,126); }
div.DivClassName
{
background-color: #BDFF7E;
}
.BgClassName
{
background-color: #BDFF7E;
}
</style>
border-color css
<style>
span { border-color: #BDFF7E; }
span { border-color: rgb(189,255,126); }
td.TdClassName
{
border-color: #BDFF7E;
}
.TagClassName
{
border-color: #BDFF7E;
}
</style>