Shades of Sulu #BDEF89
Tints of Sulu #BDEF89
RGB
CMYK
RGB Variations
Color information
#BDEF89 (or 0xBDEF89) is known color: Sulu. HEX triplet: BD, EF and 89. RGB value is (189,239,137). Sum of RGB (Red+Green+Blue) = 189+239+137=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF89 is #421076. Grayscale: #D4D4D4. Windows color (decimal): -4329591 or 9039805. OLE color: 9039805.
HSL color Cylindrical-coordinate representation of color #BDEF89: hue angle of 89.41º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDEF89 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 137 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.06 |
| HSL | 89.41º | 0.76% | 0.74% | - |
| HSV(B) | 89.41º | 0.43% | 0.94% | - |
| XYZ | 56.37 | 74.36 | 35.05 | - |
| YUV | 212.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 137 | 0.21 | 0 | 0.43 | 0.06 | 89.41 | 0.76 | 0.74 |
| Hex | BD | EF | 89 | 15 | 0 | 2B | 6 | 59 | 4C | 4A |
| Octal | 275 | 357 | 211 | 25 | 0 | 53 | 6 | 131 | 114 | 112 |
| Binary | 10111101 | 11101111 | 10001001 | 10101 | 0 | 101011 | 110 | 1011001 | 1001100 | 1001010 |
Color Harmonies of #BDEF89
Complementary color
Monochromatic Colors of #BDEF89
Black with #BDEF89
Text Example
Text Example
White with #BDEF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF89; }
p { color: rgb(189,239,137); }
H1.HeaderClassName
{
color: #BDEF89;
}
.AnyTagClassName
{
color: #BDEF89;
}
</style>
background-color css
<style>
a { background-color: #BDEF89; }
a { background-color: rgb(189,239,137); }
div.DivClassName
{
background-color: #BDEF89;
}
.BgClassName
{
background-color: #BDEF89;
}
</style>
border-color css
<style>
span { border-color: #BDEF89; }
span { border-color: rgb(189,239,137); }
td.TdClassName
{
border-color: #BDEF89;
}
.TagClassName
{
border-color: #BDEF89;
}
</style>