Shades of Sulu #BDEF7B
Tints of Sulu #BDEF7B
RGB
CMYK
RGB Variations
Color information
#BDEF7B (or 0xBDEF7B) is known color: Sulu. HEX triplet: BD, EF and 7B. RGB value is (189,239,123). Sum of RGB (Red+Green+Blue) = 189+239+123=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF7B is #421084. Grayscale: #D3D3D3. Windows color (decimal): -4329605 or 8122301. OLE color: 8122301.
HSL color Cylindrical-coordinate representation of color #BDEF7B: hue angle of 85.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDEF7B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 123 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.06 |
| HSL | 85.86º | 0.78% | 0.71% | - |
| HSV(B) | 85.86º | 0.49% | 0.94% | - |
| XYZ | 55.43 | 73.98 | 30.1 | - |
| YUV | 210.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 123 | 0.21 | 0 | 0.49 | 0.06 | 85.86 | 0.78 | 0.71 |
| Hex | BD | EF | 7B | 15 | 0 | 31 | 6 | 56 | 4E | 47 |
| Octal | 275 | 357 | 173 | 25 | 0 | 61 | 6 | 126 | 116 | 107 |
| Binary | 10111101 | 11101111 | 1111011 | 10101 | 0 | 110001 | 110 | 1010110 | 1001110 | 1000111 |
Color Harmonies of #BDEF7B
Complementary color
Monochromatic Colors of #BDEF7B
Black with #BDEF7B
Text Example
Text Example
White with #BDEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF7B; }
p { color: rgb(189,239,123); }
H1.HeaderClassName
{
color: #BDEF7B;
}
.AnyTagClassName
{
color: #BDEF7B;
}
</style>
background-color css
<style>
a { background-color: #BDEF7B; }
a { background-color: rgb(189,239,123); }
div.DivClassName
{
background-color: #BDEF7B;
}
.BgClassName
{
background-color: #BDEF7B;
}
</style>
border-color css
<style>
span { border-color: #BDEF7B; }
span { border-color: rgb(189,239,123); }
td.TdClassName
{
border-color: #BDEF7B;
}
.TagClassName
{
border-color: #BDEF7B;
}
</style>