Shades of Sulu #BCE775
Tints of Sulu #BCE775
RGB
CMYK
RGB Variations
Color information
#BCE775 (or 0xBCE775) is known color: Sulu. HEX triplet: BC, E7 and 75. RGB value is (188,231,117). Sum of RGB (Red+Green+Blue) = 188+231+117=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE775 is #43188A. Grayscale: #CDCDCD. Windows color (decimal): -4397195 or 7727036. OLE color: 7727036.
HSL color Cylindrical-coordinate representation of color #BCE775: hue angle of 82.63º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE775 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 117 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.09 |
| HSL | 82.63º | 0.7% | 0.68% | - |
| HSV(B) | 82.63º | 0.49% | 0.91% | - |
| XYZ | 52.53 | 69.13 | 27.4 | - |
| YUV | 205.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 117 | 0.19 | 0 | 0.49 | 0.09 | 82.63 | 0.7 | 0.68 |
| Hex | BC | E7 | 75 | 13 | 0 | 31 | 9 | 53 | 46 | 44 |
| Octal | 274 | 347 | 165 | 23 | 0 | 61 | 11 | 123 | 106 | 104 |
| Binary | 10111100 | 11100111 | 1110101 | 10011 | 0 | 110001 | 1001 | 1010011 | 1000110 | 1000100 |
Color Harmonies of #BCE775
Complementary color
Monochromatic Colors of #BCE775
Black with #BCE775
Text Example
Text Example
White with #BCE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE775; }
p { color: rgb(188,231,117); }
H1.HeaderClassName
{
color: #BCE775;
}
.AnyTagClassName
{
color: #BCE775;
}
</style>
background-color css
<style>
a { background-color: #BCE775; }
a { background-color: rgb(188,231,117); }
div.DivClassName
{
background-color: #BCE775;
}
.BgClassName
{
background-color: #BCE775;
}
</style>
border-color css
<style>
span { border-color: #BCE775; }
span { border-color: rgb(188,231,117); }
td.TdClassName
{
border-color: #BCE775;
}
.TagClassName
{
border-color: #BCE775;
}
</style>