Shades of Sulu #BCDF74
Tints of Sulu #BCDF74
RGB
CMYK
RGB Variations
Color information
#BCDF74 (or 0xBCDF74) is known color: Sulu. HEX triplet: BC, DF and 74. RGB value is (188,223,116). Sum of RGB (Red+Green+Blue) = 188+223+116=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF74 is #43208B. Grayscale: #C8C8C8. Windows color (decimal): -4399244 or 7659452. OLE color: 7659452.
HSL color Cylindrical-coordinate representation of color #BCDF74: hue angle of 79.63º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCDF74 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 116 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.13 |
| HSL | 79.63º | 0.63% | 0.66% | - |
| HSV(B) | 79.63º | 0.48% | 0.87% | - |
| XYZ | 50.28 | 64.73 | 26.37 | - |
| YUV | 200.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 116 | 0.16 | 0 | 0.48 | 0.13 | 79.63 | 0.63 | 0.66 |
| Hex | BC | DF | 74 | 10 | 0 | 30 | D | 50 | 3F | 42 |
| Octal | 274 | 337 | 164 | 20 | 0 | 60 | 15 | 120 | 77 | 102 |
| Binary | 10111100 | 11011111 | 1110100 | 10000 | 0 | 110000 | 1101 | 1010000 | 111111 | 1000010 |
Color Harmonies of #BCDF74
Complementary color
Monochromatic Colors of #BCDF74
Black with #BCDF74
Text Example
Text Example
White with #BCDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF74; }
p { color: rgb(188,223,116); }
H1.HeaderClassName
{
color: #BCDF74;
}
.AnyTagClassName
{
color: #BCDF74;
}
</style>
background-color css
<style>
a { background-color: #BCDF74; }
a { background-color: rgb(188,223,116); }
div.DivClassName
{
background-color: #BCDF74;
}
.BgClassName
{
background-color: #BCDF74;
}
</style>
border-color css
<style>
span { border-color: #BCDF74; }
span { border-color: rgb(188,223,116); }
td.TdClassName
{
border-color: #BCDF74;
}
.TagClassName
{
border-color: #BCDF74;
}
</style>