Shades of Sulu #BCE770
Tints of Sulu #BCE770
RGB
CMYK
RGB Variations
Color information
#BCE770 (or 0xBCE770) is known color: Sulu. HEX triplet: BC, E7 and 70. RGB value is (188,231,112). Sum of RGB (Red+Green+Blue) = 188+231+112=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE770 is #43188F. Grayscale: #CDCDCD. Windows color (decimal): -4397200 or 7399356. OLE color: 7399356.
HSL color Cylindrical-coordinate representation of color #BCE770: hue angle of 81.68º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE770 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 112 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.09 |
| HSL | 81.68º | 0.71% | 0.67% | - |
| HSV(B) | 81.68º | 0.52% | 0.91% | - |
| XYZ | 52.24 | 69.01 | 25.9 | - |
| YUV | 204.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 112 | 0.19 | 0 | 0.52 | 0.09 | 81.68 | 0.71 | 0.67 |
| Hex | BC | E7 | 70 | 13 | 0 | 34 | 9 | 52 | 47 | 43 |
| Octal | 274 | 347 | 160 | 23 | 0 | 64 | 11 | 122 | 107 | 103 |
| Binary | 10111100 | 11100111 | 1110000 | 10011 | 0 | 110100 | 1001 | 1010010 | 1000111 | 1000011 |
Color Harmonies of #BCE770
Complementary color
Monochromatic Colors of #BCE770
Black with #BCE770
Text Example
Text Example
White with #BCE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE770; }
p { color: rgb(188,231,112); }
H1.HeaderClassName
{
color: #BCE770;
}
.AnyTagClassName
{
color: #BCE770;
}
</style>
background-color css
<style>
a { background-color: #BCE770; }
a { background-color: rgb(188,231,112); }
div.DivClassName
{
background-color: #BCE770;
}
.BgClassName
{
background-color: #BCE770;
}
</style>
border-color css
<style>
span { border-color: #BCE770; }
span { border-color: rgb(188,231,112); }
td.TdClassName
{
border-color: #BCE770;
}
.TagClassName
{
border-color: #BCE770;
}
</style>