Shades of Sulu #BCDE72
Tints of Sulu #BCDE72
RGB
CMYK
RGB Variations
Color information
#BCDE72 (or 0xBCDE72) is known color: Sulu. HEX triplet: BC, DE and 72. RGB value is (188,222,114). Sum of RGB (Red+Green+Blue) = 188+222+114=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE72 is #43218D. Grayscale: #C7C7C7. Windows color (decimal): -4399502 or 7528124. OLE color: 7528124.
HSL color Cylindrical-coordinate representation of color #BCDE72: hue angle of 78.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCDE72 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 114 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.13 |
| HSL | 78.89º | 0.62% | 0.66% | - |
| HSV(B) | 78.89º | 0.49% | 0.87% | - |
| XYZ | 49.9 | 64.15 | 25.67 | - |
| YUV | 199.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 114 | 0.15 | 0 | 0.49 | 0.13 | 78.89 | 0.62 | 0.66 |
| Hex | BC | DE | 72 | F | 0 | 31 | D | 4F | 3E | 42 |
| Octal | 274 | 336 | 162 | 17 | 0 | 61 | 15 | 117 | 76 | 102 |
| Binary | 10111100 | 11011110 | 1110010 | 1111 | 0 | 110001 | 1101 | 1001111 | 111110 | 1000010 |
Color Harmonies of #BCDE72
Complementary color
Monochromatic Colors of #BCDE72
Black with #BCDE72
Text Example
Text Example
White with #BCDE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE72; }
p { color: rgb(188,222,114); }
H1.HeaderClassName
{
color: #BCDE72;
}
.AnyTagClassName
{
color: #BCDE72;
}
</style>
background-color css
<style>
a { background-color: #BCDE72; }
a { background-color: rgb(188,222,114); }
div.DivClassName
{
background-color: #BCDE72;
}
.BgClassName
{
background-color: #BCDE72;
}
</style>
border-color css
<style>
span { border-color: #BCDE72; }
span { border-color: rgb(188,222,114); }
td.TdClassName
{
border-color: #BCDE72;
}
.TagClassName
{
border-color: #BCDE72;
}
</style>