Shades of Sulu #BDFF64
Tints of Sulu #BDFF64
RGB
CMYK
RGB Variations
Color information
#BDFF64 (or 0xBDFF64) is known color: Sulu. HEX triplet: BD, FF and 64. RGB value is (189,255,100). Sum of RGB (Red+Green+Blue) = 189+255+100=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF64 is #42009B. Grayscale: #DADADA. Windows color (decimal): -4325532 or 6619069. OLE color: 6619069.
HSL color Cylindrical-coordinate representation of color #BDFF64: hue angle of 85.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDFF64 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 100 | - |
| CMYK | 0.26 | 0 | 0.61 | 0 |
| HSL | 85.55º | 1% | 0.7% | - |
| HSV(B) | 85.55º | 0.61% | 1% | - |
| XYZ | 59.05 | 83.26 | 25.02 | - |
| YUV | 217.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 100 | 0.26 | 0 | 0.61 | 0 | 85.55 | 1 | 0.7 |
| Hex | BD | FF | 64 | 1A | 0 | 3D | 0 | 56 | 64 | 46 |
| Octal | 275 | 377 | 144 | 32 | 0 | 75 | 0 | 126 | 144 | 106 |
| Binary | 10111101 | 11111111 | 1100100 | 11010 | 0 | 111101 | 0 | 1010110 | 1100100 | 1000110 |
Color Harmonies of #BDFF64
Complementary color
Monochromatic Colors of #BDFF64
Black with #BDFF64
Text Example
Text Example
White with #BDFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF64; }
p { color: rgb(189,255,100); }
H1.HeaderClassName
{
color: #BDFF64;
}
.AnyTagClassName
{
color: #BDFF64;
}
</style>
background-color css
<style>
a { background-color: #BDFF64; }
a { background-color: rgb(189,255,100); }
div.DivClassName
{
background-color: #BDFF64;
}
.BgClassName
{
background-color: #BDFF64;
}
</style>
border-color css
<style>
span { border-color: #BDFF64; }
span { border-color: rgb(189,255,100); }
td.TdClassName
{
border-color: #BDFF64;
}
.TagClassName
{
border-color: #BDFF64;
}
</style>