Shades of Sulu #BDEF91
Tints of Sulu #BDEF91
RGB
CMYK
RGB Variations
Color information
#BDEF91 (or 0xBDEF91) is known color: Sulu. HEX triplet: BD, EF and 91. RGB value is (189,239,145). Sum of RGB (Red+Green+Blue) = 189+239+145=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF91 is #42106E. Grayscale: #D5D5D5. Windows color (decimal): -4329583 or 9564093. OLE color: 9564093.
HSL color Cylindrical-coordinate representation of color #BDEF91: hue angle of 91.91º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEF91 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 145 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.06 |
| HSL | 91.91º | 0.75% | 0.75% | - |
| HSV(B) | 91.91º | 0.39% | 0.94% | - |
| XYZ | 56.96 | 74.6 | 38.18 | - |
| YUV | 213.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 145 | 0.21 | 0 | 0.39 | 0.06 | 91.91 | 0.75 | 0.75 |
| Hex | BD | EF | 91 | 15 | 0 | 27 | 6 | 5C | 4B | 4B |
| Octal | 275 | 357 | 221 | 25 | 0 | 47 | 6 | 134 | 113 | 113 |
| Binary | 10111101 | 11101111 | 10010001 | 10101 | 0 | 100111 | 110 | 1011100 | 1001011 | 1001011 |
Color Harmonies of #BDEF91
Complementary color
Monochromatic Colors of #BDEF91
Black with #BDEF91
Text Example
Text Example
White with #BDEF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF91; }
p { color: rgb(189,239,145); }
H1.HeaderClassName
{
color: #BDEF91;
}
.AnyTagClassName
{
color: #BDEF91;
}
</style>
background-color css
<style>
a { background-color: #BDEF91; }
a { background-color: rgb(189,239,145); }
div.DivClassName
{
background-color: #BDEF91;
}
.BgClassName
{
background-color: #BDEF91;
}
</style>
border-color css
<style>
span { border-color: #BDEF91; }
span { border-color: rgb(189,239,145); }
td.TdClassName
{
border-color: #BDEF91;
}
.TagClassName
{
border-color: #BDEF91;
}
</style>