Shades of Sulu #BDFE85
Tints of Sulu #BDFE85
RGB
CMYK
RGB Variations
Color information
#BDFE85 (or 0xBDFE85) is known color: Sulu. HEX triplet: BD, FE and 85. RGB value is (189,254,133). Sum of RGB (Red+Green+Blue) = 189+254+133=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE85 is #42017A. Grayscale: #DDDDDD. Windows color (decimal): -4325755 or 8781501. OLE color: 8781501.
HSL color Cylindrical-coordinate representation of color #BDFE85: hue angle of 92.23º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDFE85 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 133 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.00 |
| HSL | 92.23º | 0.98% | 0.76% | - |
| HSV(B) | 92.23º | 0.48% | 1% | - |
| XYZ | 60.66 | 83.4 | 35.09 | - |
| YUV | 220.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 133 | 0.26 | 0 | 0.48 | 0.00 | 92.23 | 0.98 | 0.76 |
| Hex | BD | FE | 85 | 1A | 0 | 30 | 0 | 5C | 62 | 4C |
| Octal | 275 | 376 | 205 | 32 | 0 | 60 | 0 | 134 | 142 | 114 |
| Binary | 10111101 | 11111110 | 10000101 | 11010 | 0 | 110000 | 0 | 1011100 | 1100010 | 1001100 |
Color Harmonies of #BDFE85
Complementary color
Monochromatic Colors of #BDFE85
Black with #BDFE85
Text Example
Text Example
White with #BDFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE85; }
p { color: rgb(189,254,133); }
H1.HeaderClassName
{
color: #BDFE85;
}
.AnyTagClassName
{
color: #BDFE85;
}
</style>
background-color css
<style>
a { background-color: #BDFE85; }
a { background-color: rgb(189,254,133); }
div.DivClassName
{
background-color: #BDFE85;
}
.BgClassName
{
background-color: #BDFE85;
}
</style>
border-color css
<style>
span { border-color: #BDFE85; }
span { border-color: rgb(189,254,133); }
td.TdClassName
{
border-color: #BDFE85;
}
.TagClassName
{
border-color: #BDFE85;
}
</style>