Shades of Sulu #BEE679
Tints of Sulu #BEE679
RGB
CMYK
RGB Variations
Color information
#BEE679 (or 0xBEE679) is known color: Sulu. HEX triplet: BE, E6 and 79. RGB value is (190,230,121). Sum of RGB (Red+Green+Blue) = 190+230+121=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE679 is #411986. Grayscale: #CECECE. Windows color (decimal): -4266375 or 7988926. OLE color: 7988926.
HSL color Cylindrical-coordinate representation of color #BEE679: hue angle of 82.02º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEE679 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 121 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.10 |
| HSL | 82.02º | 0.69% | 0.69% | - |
| HSV(B) | 82.02º | 0.47% | 0.9% | - |
| XYZ | 52.98 | 68.92 | 28.6 | - |
| YUV | 205.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 121 | 0.17 | 0 | 0.47 | 0.10 | 82.02 | 0.69 | 0.69 |
| Hex | BE | E6 | 79 | 11 | 0 | 2F | A | 52 | 45 | 45 |
| Octal | 276 | 346 | 171 | 21 | 0 | 57 | 12 | 122 | 105 | 105 |
| Binary | 10111110 | 11100110 | 1111001 | 10001 | 0 | 101111 | 1010 | 1010010 | 1000101 | 1000101 |
Color Harmonies of #BEE679
Complementary color
Monochromatic Colors of #BEE679
Black with #BEE679
Text Example
Text Example
White with #BEE679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE679; }
p { color: rgb(190,230,121); }
H1.HeaderClassName
{
color: #BEE679;
}
.AnyTagClassName
{
color: #BEE679;
}
</style>
background-color css
<style>
a { background-color: #BEE679; }
a { background-color: rgb(190,230,121); }
div.DivClassName
{
background-color: #BEE679;
}
.BgClassName
{
background-color: #BEE679;
}
</style>
border-color css
<style>
span { border-color: #BEE679; }
span { border-color: rgb(190,230,121); }
td.TdClassName
{
border-color: #BEE679;
}
.TagClassName
{
border-color: #BEE679;
}
</style>