Shades of Sulu #BEE670
Tints of Sulu #BEE670
RGB
CMYK
RGB Variations
Color information
#BEE670 (or 0xBEE670) is known color: Sulu. HEX triplet: BE, E6 and 70. RGB value is (190,230,112). Sum of RGB (Red+Green+Blue) = 190+230+112=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE670 is #41198F. Grayscale: #CDCDCD. Windows color (decimal): -4266384 or 7399102. OLE color: 7399102.
HSL color Cylindrical-coordinate representation of color #BEE670: hue angle of 80.34º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEE670 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 112 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.10 |
| HSL | 80.34º | 0.7% | 0.67% | - |
| HSV(B) | 80.34º | 0.51% | 0.9% | - |
| XYZ | 52.46 | 68.71 | 25.83 | - |
| YUV | 204.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 112 | 0.17 | 0 | 0.51 | 0.10 | 80.34 | 0.7 | 0.67 |
| Hex | BE | E6 | 70 | 11 | 0 | 33 | A | 50 | 46 | 43 |
| Octal | 276 | 346 | 160 | 21 | 0 | 63 | 12 | 120 | 106 | 103 |
| Binary | 10111110 | 11100110 | 1110000 | 10001 | 0 | 110011 | 1010 | 1010000 | 1000110 | 1000011 |
Color Harmonies of #BEE670
Complementary color
Monochromatic Colors of #BEE670
Black with #BEE670
Text Example
Text Example
White with #BEE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE670; }
p { color: rgb(190,230,112); }
H1.HeaderClassName
{
color: #BEE670;
}
.AnyTagClassName
{
color: #BEE670;
}
</style>
background-color css
<style>
a { background-color: #BEE670; }
a { background-color: rgb(190,230,112); }
div.DivClassName
{
background-color: #BEE670;
}
.BgClassName
{
background-color: #BEE670;
}
</style>
border-color css
<style>
span { border-color: #BEE670; }
span { border-color: rgb(190,230,112); }
td.TdClassName
{
border-color: #BEE670;
}
.TagClassName
{
border-color: #BEE670;
}
</style>