Shades of Sulu #BCE374
Tints of Sulu #BCE374
RGB
CMYK
RGB Variations
Color information
#BCE374 (or 0xBCE374) is known color: Sulu. HEX triplet: BC, E3 and 74. RGB value is (188,227,116). Sum of RGB (Red+Green+Blue) = 188+227+116=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE374 is #431C8B. Grayscale: #CBCBCB. Windows color (decimal): -4398220 or 7660476. OLE color: 7660476.
HSL color Cylindrical-coordinate representation of color #BCE374: hue angle of 81.08º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE374 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 116 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.11 |
| HSL | 81.08º | 0.66% | 0.67% | - |
| HSV(B) | 81.08º | 0.49% | 0.89% | - |
| XYZ | 51.36 | 66.89 | 26.73 | - |
| YUV | 202.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 116 | 0.17 | 0 | 0.49 | 0.11 | 81.08 | 0.66 | 0.67 |
| Hex | BC | E3 | 74 | 11 | 0 | 31 | B | 51 | 42 | 43 |
| Octal | 274 | 343 | 164 | 21 | 0 | 61 | 13 | 121 | 102 | 103 |
| Binary | 10111100 | 11100011 | 1110100 | 10001 | 0 | 110001 | 1011 | 1010001 | 1000010 | 1000011 |
Color Harmonies of #BCE374
Complementary color
Monochromatic Colors of #BCE374
Black with #BCE374
Text Example
Text Example
White with #BCE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE374; }
p { color: rgb(188,227,116); }
H1.HeaderClassName
{
color: #BCE374;
}
.AnyTagClassName
{
color: #BCE374;
}
</style>
background-color css
<style>
a { background-color: #BCE374; }
a { background-color: rgb(188,227,116); }
div.DivClassName
{
background-color: #BCE374;
}
.BgClassName
{
background-color: #BCE374;
}
</style>
border-color css
<style>
span { border-color: #BCE374; }
span { border-color: rgb(188,227,116); }
td.TdClassName
{
border-color: #BCE374;
}
.TagClassName
{
border-color: #BCE374;
}
</style>