Shades of Sulu #BDEF85
Tints of Sulu #BDEF85
RGB
CMYK
RGB Variations
Color information
#BDEF85 (or 0xBDEF85) is known color: Sulu. HEX triplet: BD, EF and 85. RGB value is (189,239,133). Sum of RGB (Red+Green+Blue) = 189+239+133=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF85 is #42107A. Grayscale: #D4D4D4. Windows color (decimal): -4329595 or 8777661. OLE color: 8777661.
HSL color Cylindrical-coordinate representation of color #BDEF85: hue angle of 88.3º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDEF85 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 133 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.06 |
| HSL | 88.3º | 0.77% | 0.73% | - |
| HSV(B) | 88.3º | 0.44% | 0.94% | - |
| XYZ | 56.09 | 74.25 | 33.57 | - |
| YUV | 211.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 133 | 0.21 | 0 | 0.44 | 0.06 | 88.3 | 0.77 | 0.73 |
| Hex | BD | EF | 85 | 15 | 0 | 2C | 6 | 58 | 4D | 49 |
| Octal | 275 | 357 | 205 | 25 | 0 | 54 | 6 | 130 | 115 | 111 |
| Binary | 10111101 | 11101111 | 10000101 | 10101 | 0 | 101100 | 110 | 1011000 | 1001101 | 1001001 |
Color Harmonies of #BDEF85
Complementary color
Monochromatic Colors of #BDEF85
Black with #BDEF85
Text Example
Text Example
White with #BDEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF85; }
p { color: rgb(189,239,133); }
H1.HeaderClassName
{
color: #BDEF85;
}
.AnyTagClassName
{
color: #BDEF85;
}
</style>
background-color css
<style>
a { background-color: #BDEF85; }
a { background-color: rgb(189,239,133); }
div.DivClassName
{
background-color: #BDEF85;
}
.BgClassName
{
background-color: #BDEF85;
}
</style>
border-color css
<style>
span { border-color: #BDEF85; }
span { border-color: rgb(189,239,133); }
td.TdClassName
{
border-color: #BDEF85;
}
.TagClassName
{
border-color: #BDEF85;
}
</style>