Shades of Sulu #BDFF67
Tints of Sulu #BDFF67
RGB
CMYK
RGB Variations
Color information
#BDFF67 (or 0xBDFF67) is known color: Sulu. HEX triplet: BD, FF and 67. RGB value is (189,255,103). Sum of RGB (Red+Green+Blue) = 189+255+103=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF67 is #420098. Grayscale: #DADADA. Windows color (decimal): -4325529 or 6815677. OLE color: 6815677.
HSL color Cylindrical-coordinate representation of color #BDFF67: hue angle of 86.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDFF67 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 103 | - |
| CMYK | 0.26 | 0 | 0.60 | 0 |
| HSL | 86.05º | 1% | 0.7% | - |
| HSV(B) | 86.05º | 0.6% | 1% | - |
| XYZ | 59.19 | 83.32 | 25.79 | - |
| YUV | 217.94 | 63.13 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 103 | 0.26 | 0 | 0.60 | 0 | 86.05 | 1 | 0.7 |
| Hex | BD | FF | 67 | 1A | 0 | 3C | 0 | 56 | 64 | 46 |
| Octal | 275 | 377 | 147 | 32 | 0 | 74 | 0 | 126 | 144 | 106 |
| Binary | 10111101 | 11111111 | 1100111 | 11010 | 0 | 111100 | 0 | 1010110 | 1100100 | 1000110 |
Color Harmonies of #BDFF67
Complementary color
Monochromatic Colors of #BDFF67
Black with #BDFF67
Text Example
Text Example
White with #BDFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF67; }
p { color: rgb(189,255,103); }
H1.HeaderClassName
{
color: #BDFF67;
}
.AnyTagClassName
{
color: #BDFF67;
}
</style>
background-color css
<style>
a { background-color: #BDFF67; }
a { background-color: rgb(189,255,103); }
div.DivClassName
{
background-color: #BDFF67;
}
.BgClassName
{
background-color: #BDFF67;
}
</style>
border-color css
<style>
span { border-color: #BDFF67; }
span { border-color: rgb(189,255,103); }
td.TdClassName
{
border-color: #BDFF67;
}
.TagClassName
{
border-color: #BDFF67;
}
</style>