Shades of Sulu #BDEF84
Tints of Sulu #BDEF84
RGB
CMYK
RGB Variations
Color information
#BDEF84 (or 0xBDEF84) is known color: Sulu. HEX triplet: BD, EF and 84. RGB value is (189,239,132). Sum of RGB (Red+Green+Blue) = 189+239+132=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF84 is #42107B. Grayscale: #D4D4D4. Windows color (decimal): -4329596 or 8712125. OLE color: 8712125.
HSL color Cylindrical-coordinate representation of color #BDEF84: hue angle of 88.04º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDEF84 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 132 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.06 |
| HSL | 88.04º | 0.77% | 0.73% | - |
| HSV(B) | 88.04º | 0.45% | 0.94% | - |
| XYZ | 56.02 | 74.22 | 33.2 | - |
| YUV | 211.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 132 | 0.21 | 0 | 0.45 | 0.06 | 88.04 | 0.77 | 0.73 |
| Hex | BD | EF | 84 | 15 | 0 | 2D | 6 | 58 | 4D | 49 |
| Octal | 275 | 357 | 204 | 25 | 0 | 55 | 6 | 130 | 115 | 111 |
| Binary | 10111101 | 11101111 | 10000100 | 10101 | 0 | 101101 | 110 | 1011000 | 1001101 | 1001001 |
Color Harmonies of #BDEF84
Complementary color
Monochromatic Colors of #BDEF84
Black with #BDEF84
Text Example
Text Example
White with #BDEF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF84; }
p { color: rgb(189,239,132); }
H1.HeaderClassName
{
color: #BDEF84;
}
.AnyTagClassName
{
color: #BDEF84;
}
</style>
background-color css
<style>
a { background-color: #BDEF84; }
a { background-color: rgb(189,239,132); }
div.DivClassName
{
background-color: #BDEF84;
}
.BgClassName
{
background-color: #BDEF84;
}
</style>
border-color css
<style>
span { border-color: #BDEF84; }
span { border-color: rgb(189,239,132); }
td.TdClassName
{
border-color: #BDEF84;
}
.TagClassName
{
border-color: #BDEF84;
}
</style>