Shades of Sulu #BEE269
Tints of Sulu #BEE269
RGB
CMYK
RGB Variations
Color information
#BEE269 (or 0xBEE269) is known color: Sulu. HEX triplet: BE, E2 and 69. RGB value is (190,226,105). Sum of RGB (Red+Green+Blue) = 190+226+105=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE269 is #411D96. Grayscale: #C9C9C9. Windows color (decimal): -4267415 or 6939326. OLE color: 6939326.
HSL color Cylindrical-coordinate representation of color #BEE269: hue angle of 77.85º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEE269 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 105 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.11 |
| HSL | 77.85º | 0.68% | 0.65% | - |
| HSV(B) | 77.85º | 0.54% | 0.89% | - |
| XYZ | 50.98 | 66.36 | 23.49 | - |
| YUV | 201.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 105 | 0.16 | 0 | 0.54 | 0.11 | 77.85 | 0.68 | 0.65 |
| Hex | BE | E2 | 69 | 10 | 0 | 36 | B | 4E | 44 | 41 |
| Octal | 276 | 342 | 151 | 20 | 0 | 66 | 13 | 116 | 104 | 101 |
| Binary | 10111110 | 11100010 | 1101001 | 10000 | 0 | 110110 | 1011 | 1001110 | 1000100 | 1000001 |
Color Harmonies of #BEE269
Complementary color
Monochromatic Colors of #BEE269
Black with #BEE269
Text Example
Text Example
White with #BEE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE269; }
p { color: rgb(190,226,105); }
H1.HeaderClassName
{
color: #BEE269;
}
.AnyTagClassName
{
color: #BEE269;
}
</style>
background-color css
<style>
a { background-color: #BEE269; }
a { background-color: rgb(190,226,105); }
div.DivClassName
{
background-color: #BEE269;
}
.BgClassName
{
background-color: #BEE269;
}
</style>
border-color css
<style>
span { border-color: #BEE269; }
span { border-color: rgb(190,226,105); }
td.TdClassName
{
border-color: #BEE269;
}
.TagClassName
{
border-color: #BEE269;
}
</style>