Shades of Sulu #BEE68E
Tints of Sulu #BEE68E
RGB
CMYK
RGB Variations
Color information
#BEE68E (or 0xBEE68E) is known color: Sulu. HEX triplet: BE, E6 and 8E. RGB value is (190,230,142). Sum of RGB (Red+Green+Blue) = 190+230+142=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE68E is #411971. Grayscale: #D0D0D0. Windows color (decimal): -4266354 or 9365182. OLE color: 9365182.
HSL color Cylindrical-coordinate representation of color #BEE68E: hue angle of 87.27º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE68E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 142 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.10 |
| HSL | 87.27º | 0.64% | 0.73% | - |
| HSV(B) | 87.27º | 0.38% | 0.9% | - |
| XYZ | 54.41 | 69.49 | 36.14 | - |
| YUV | 208.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 142 | 0.17 | 0 | 0.38 | 0.10 | 87.27 | 0.64 | 0.73 |
| Hex | BE | E6 | 8E | 11 | 0 | 26 | A | 57 | 40 | 49 |
| Octal | 276 | 346 | 216 | 21 | 0 | 46 | 12 | 127 | 100 | 111 |
| Binary | 10111110 | 11100110 | 10001110 | 10001 | 0 | 100110 | 1010 | 1010111 | 1000000 | 1001001 |
Color Harmonies of #BEE68E
Complementary color
Monochromatic Colors of #BEE68E
Black with #BEE68E
Text Example
Text Example
White with #BEE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE68E; }
p { color: rgb(190,230,142); }
H1.HeaderClassName
{
color: #BEE68E;
}
.AnyTagClassName
{
color: #BEE68E;
}
</style>
background-color css
<style>
a { background-color: #BEE68E; }
a { background-color: rgb(190,230,142); }
div.DivClassName
{
background-color: #BEE68E;
}
.BgClassName
{
background-color: #BEE68E;
}
</style>
border-color css
<style>
span { border-color: #BEE68E; }
span { border-color: rgb(190,230,142); }
td.TdClassName
{
border-color: #BEE68E;
}
.TagClassName
{
border-color: #BEE68E;
}
</style>