Shades of Sulu #BDFF6C
Tints of Sulu #BDFF6C
RGB
CMYK
RGB Variations
Color information
#BDFF6C (or 0xBDFF6C) is known color: Sulu. HEX triplet: BD, FF and 6C. RGB value is (189,255,108). Sum of RGB (Red+Green+Blue) = 189+255+108=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF6C is #420093. Grayscale: #DBDBDB. Windows color (decimal): -4325524 or 7143357. OLE color: 7143357.
HSL color Cylindrical-coordinate representation of color #BDFF6C: hue angle of 86.94º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDFF6C is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 108 | - |
| CMYK | 0.26 | 0 | 0.58 | 0 |
| HSL | 86.94º | 1% | 0.71% | - |
| HSV(B) | 86.94º | 0.58% | 1% | - |
| XYZ | 59.45 | 83.42 | 27.16 | - |
| YUV | 218.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 108 | 0.26 | 0 | 0.58 | 0 | 86.94 | 1 | 0.71 |
| Hex | BD | FF | 6C | 1A | 0 | 3A | 0 | 57 | 64 | 47 |
| Octal | 275 | 377 | 154 | 32 | 0 | 72 | 0 | 127 | 144 | 107 |
| Binary | 10111101 | 11111111 | 1101100 | 11010 | 0 | 111010 | 0 | 1010111 | 1100100 | 1000111 |
Color Harmonies of #BDFF6C
Complementary color
Monochromatic Colors of #BDFF6C
Black with #BDFF6C
Text Example
Text Example
White with #BDFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF6C; }
p { color: rgb(189,255,108); }
H1.HeaderClassName
{
color: #BDFF6C;
}
.AnyTagClassName
{
color: #BDFF6C;
}
</style>
background-color css
<style>
a { background-color: #BDFF6C; }
a { background-color: rgb(189,255,108); }
div.DivClassName
{
background-color: #BDFF6C;
}
.BgClassName
{
background-color: #BDFF6C;
}
</style>
border-color css
<style>
span { border-color: #BDFF6C; }
span { border-color: rgb(189,255,108); }
td.TdClassName
{
border-color: #BDFF6C;
}
.TagClassName
{
border-color: #BDFF6C;
}
</style>