Shades of Sulu #BDFE64
Tints of Sulu #BDFE64
RGB
CMYK
RGB Variations
Color information
#BDFE64 (or 0xBDFE64) is known color: Sulu. HEX triplet: BD, FE and 64. RGB value is (189,254,100). Sum of RGB (Red+Green+Blue) = 189+254+100=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE64 is #42019B. Grayscale: #D9D9D9. Windows color (decimal): -4325788 or 6618813. OLE color: 6618813.
HSL color Cylindrical-coordinate representation of color #BDFE64: hue angle of 85.32º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDFE64 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 100 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.00 |
| HSL | 85.32º | 0.99% | 0.69% | - |
| HSV(B) | 85.32º | 0.61% | 1% | - |
| XYZ | 58.73 | 82.62 | 24.91 | - |
| YUV | 217.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 100 | 0.26 | 0 | 0.61 | 0.00 | 85.32 | 0.99 | 0.69 |
| Hex | BD | FE | 64 | 1A | 0 | 3D | 0 | 55 | 63 | 45 |
| Octal | 275 | 376 | 144 | 32 | 0 | 75 | 0 | 125 | 143 | 105 |
| Binary | 10111101 | 11111110 | 1100100 | 11010 | 0 | 111101 | 0 | 1010101 | 1100011 | 1000101 |
Color Harmonies of #BDFE64
Complementary color
Monochromatic Colors of #BDFE64
Black with #BDFE64
Text Example
Text Example
White with #BDFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE64; }
p { color: rgb(189,254,100); }
H1.HeaderClassName
{
color: #BDFE64;
}
.AnyTagClassName
{
color: #BDFE64;
}
</style>
background-color css
<style>
a { background-color: #BDFE64; }
a { background-color: rgb(189,254,100); }
div.DivClassName
{
background-color: #BDFE64;
}
.BgClassName
{
background-color: #BDFE64;
}
</style>
border-color css
<style>
span { border-color: #BDFE64; }
span { border-color: rgb(189,254,100); }
td.TdClassName
{
border-color: #BDFE64;
}
.TagClassName
{
border-color: #BDFE64;
}
</style>