Shades of Sulu #BDEF8C
Tints of Sulu #BDEF8C
RGB
CMYK
RGB Variations
Color information
#BDEF8C (or 0xBDEF8C) is known color: Sulu. HEX triplet: BD, EF and 8C. RGB value is (189,239,140). Sum of RGB (Red+Green+Blue) = 189+239+140=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF8C is #421073. Grayscale: #D5D5D5. Windows color (decimal): -4329588 or 9236413. OLE color: 9236413.
HSL color Cylindrical-coordinate representation of color #BDEF8C: hue angle of 90.3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDEF8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 140 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.06 |
| HSL | 90.3º | 0.76% | 0.74% | - |
| HSV(B) | 90.3º | 0.41% | 0.94% | - |
| XYZ | 56.59 | 74.45 | 36.2 | - |
| YUV | 212.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 140 | 0.21 | 0 | 0.41 | 0.06 | 90.3 | 0.76 | 0.74 |
| Hex | BD | EF | 8C | 15 | 0 | 29 | 6 | 5A | 4C | 4A |
| Octal | 275 | 357 | 214 | 25 | 0 | 51 | 6 | 132 | 114 | 112 |
| Binary | 10111101 | 11101111 | 10001100 | 10101 | 0 | 101001 | 110 | 1011010 | 1001100 | 1001010 |
Color Harmonies of #BDEF8C
Complementary color
Monochromatic Colors of #BDEF8C
Black with #BDEF8C
Text Example
Text Example
White with #BDEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF8C; }
p { color: rgb(189,239,140); }
H1.HeaderClassName
{
color: #BDEF8C;
}
.AnyTagClassName
{
color: #BDEF8C;
}
</style>
background-color css
<style>
a { background-color: #BDEF8C; }
a { background-color: rgb(189,239,140); }
div.DivClassName
{
background-color: #BDEF8C;
}
.BgClassName
{
background-color: #BDEF8C;
}
</style>
border-color css
<style>
span { border-color: #BDEF8C; }
span { border-color: rgb(189,239,140); }
td.TdClassName
{
border-color: #BDEF8C;
}
.TagClassName
{
border-color: #BDEF8C;
}
</style>