Shades of Sulu #BCDF75
Tints of Sulu #BCDF75
RGB
CMYK
RGB Variations
Color information
#BCDF75 (or 0xBCDF75) is known color: Sulu. HEX triplet: BC, DF and 75. RGB value is (188,223,117). Sum of RGB (Red+Green+Blue) = 188+223+117=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF75 is #43208A. Grayscale: #C8C8C8. Windows color (decimal): -4399243 or 7724988. OLE color: 7724988.
HSL color Cylindrical-coordinate representation of color #BCDF75: hue angle of 79.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCDF75 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 117 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.13 |
| HSL | 79.81º | 0.62% | 0.67% | - |
| HSV(B) | 79.81º | 0.48% | 0.87% | - |
| XYZ | 50.34 | 64.75 | 26.67 | - |
| YUV | 200.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 117 | 0.16 | 0 | 0.48 | 0.13 | 79.81 | 0.62 | 0.67 |
| Hex | BC | DF | 75 | 10 | 0 | 30 | D | 50 | 3E | 43 |
| Octal | 274 | 337 | 165 | 20 | 0 | 60 | 15 | 120 | 76 | 103 |
| Binary | 10111100 | 11011111 | 1110101 | 10000 | 0 | 110000 | 1101 | 1010000 | 111110 | 1000011 |
Color Harmonies of #BCDF75
Complementary color
Monochromatic Colors of #BCDF75
Black with #BCDF75
Text Example
Text Example
White with #BCDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF75; }
p { color: rgb(188,223,117); }
H1.HeaderClassName
{
color: #BCDF75;
}
.AnyTagClassName
{
color: #BCDF75;
}
</style>
background-color css
<style>
a { background-color: #BCDF75; }
a { background-color: rgb(188,223,117); }
div.DivClassName
{
background-color: #BCDF75;
}
.BgClassName
{
background-color: #BCDF75;
}
</style>
border-color css
<style>
span { border-color: #BCDF75; }
span { border-color: rgb(188,223,117); }
td.TdClassName
{
border-color: #BCDF75;
}
.TagClassName
{
border-color: #BCDF75;
}
</style>