Shades of Sulu #BDF88C
Tints of Sulu #BDF88C
RGB
CMYK
RGB Variations
Color information
#BDF88C (or 0xBDF88C) is known color: Sulu. HEX triplet: BD, F8 and 8C. RGB value is (189,248,140). Sum of RGB (Red+Green+Blue) = 189+248+140=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF88C is #420773. Grayscale: #DADADA. Windows color (decimal): -4327284 or 9238717. OLE color: 9238717.
HSL color Cylindrical-coordinate representation of color #BDF88C: hue angle of 92.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF88C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 140 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.03 |
| HSL | 92.78º | 0.89% | 0.76% | - |
| HSV(B) | 92.78º | 0.44% | 0.97% | - |
| XYZ | 59.29 | 79.85 | 37.1 | - |
| YUV | 218.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 140 | 0.24 | 0 | 0.44 | 0.03 | 92.78 | 0.89 | 0.76 |
| Hex | BD | F8 | 8C | 18 | 0 | 2C | 3 | 5D | 59 | 4C |
| Octal | 275 | 370 | 214 | 30 | 0 | 54 | 3 | 135 | 131 | 114 |
| Binary | 10111101 | 11111000 | 10001100 | 11000 | 0 | 101100 | 11 | 1011101 | 1011001 | 1001100 |
Color Harmonies of #BDF88C
Complementary color
Monochromatic Colors of #BDF88C
Black with #BDF88C
Text Example
Text Example
White with #BDF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF88C; }
p { color: rgb(189,248,140); }
H1.HeaderClassName
{
color: #BDF88C;
}
.AnyTagClassName
{
color: #BDF88C;
}
</style>
background-color css
<style>
a { background-color: #BDF88C; }
a { background-color: rgb(189,248,140); }
div.DivClassName
{
background-color: #BDF88C;
}
.BgClassName
{
background-color: #BDF88C;
}
</style>
border-color css
<style>
span { border-color: #BDF88C; }
span { border-color: rgb(189,248,140); }
td.TdClassName
{
border-color: #BDF88C;
}
.TagClassName
{
border-color: #BDF88C;
}
</style>