Shades of Sulu #BEE06F
Tints of Sulu #BEE06F
RGB
CMYK
RGB Variations
Color information
#BEE06F (or 0xBEE06F) is known color: Sulu. HEX triplet: BE, E0 and 6F. RGB value is (190,224,111). Sum of RGB (Red+Green+Blue) = 190+224+111=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE06F is #411F90. Grayscale: #C9C9C9. Windows color (decimal): -4267921 or 7332030. OLE color: 7332030.
HSL color Cylindrical-coordinate representation of color #BEE06F: hue angle of 78.05º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE06F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 111 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.12 |
| HSL | 78.05º | 0.65% | 0.66% | - |
| HSV(B) | 78.05º | 0.5% | 0.88% | - |
| XYZ | 50.76 | 65.41 | 24.99 | - |
| YUV | 200.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 111 | 0.15 | 0 | 0.50 | 0.12 | 78.05 | 0.65 | 0.66 |
| Hex | BE | E0 | 6F | F | 0 | 32 | C | 4E | 41 | 42 |
| Octal | 276 | 340 | 157 | 17 | 0 | 62 | 14 | 116 | 101 | 102 |
| Binary | 10111110 | 11100000 | 1101111 | 1111 | 0 | 110010 | 1100 | 1001110 | 1000001 | 1000010 |
Color Harmonies of #BEE06F
Complementary color
Monochromatic Colors of #BEE06F
Black with #BEE06F
Text Example
Text Example
White with #BEE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE06F; }
p { color: rgb(190,224,111); }
H1.HeaderClassName
{
color: #BEE06F;
}
.AnyTagClassName
{
color: #BEE06F;
}
</style>
background-color css
<style>
a { background-color: #BEE06F; }
a { background-color: rgb(190,224,111); }
div.DivClassName
{
background-color: #BEE06F;
}
.BgClassName
{
background-color: #BEE06F;
}
</style>
border-color css
<style>
span { border-color: #BEE06F; }
span { border-color: rgb(190,224,111); }
td.TdClassName
{
border-color: #BEE06F;
}
.TagClassName
{
border-color: #BEE06F;
}
</style>