Shades of Sulu #BEE273
Tints of Sulu #BEE273
RGB
CMYK
RGB Variations
Color information
#BEE273 (or 0xBEE273) is known color: Sulu. HEX triplet: BE, E2 and 73. RGB value is (190,226,115). Sum of RGB (Red+Green+Blue) = 190+226+115=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE273 is #411D8C. Grayscale: #CACACA. Windows color (decimal): -4267405 or 7594686. OLE color: 7594686.
HSL color Cylindrical-coordinate representation of color #BEE273: hue angle of 79.46º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEE273 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 115 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.11 |
| HSL | 79.46º | 0.66% | 0.67% | - |
| HSV(B) | 79.46º | 0.49% | 0.89% | - |
| XYZ | 51.53 | 66.58 | 26.35 | - |
| YUV | 202.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 115 | 0.16 | 0 | 0.49 | 0.11 | 79.46 | 0.66 | 0.67 |
| Hex | BE | E2 | 73 | 10 | 0 | 31 | B | 4F | 42 | 43 |
| Octal | 276 | 342 | 163 | 20 | 0 | 61 | 13 | 117 | 102 | 103 |
| Binary | 10111110 | 11100010 | 1110011 | 10000 | 0 | 110001 | 1011 | 1001111 | 1000010 | 1000011 |
Color Harmonies of #BEE273
Complementary color
Monochromatic Colors of #BEE273
Black with #BEE273
Text Example
Text Example
White with #BEE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE273; }
p { color: rgb(190,226,115); }
H1.HeaderClassName
{
color: #BEE273;
}
.AnyTagClassName
{
color: #BEE273;
}
</style>
background-color css
<style>
a { background-color: #BEE273; }
a { background-color: rgb(190,226,115); }
div.DivClassName
{
background-color: #BEE273;
}
.BgClassName
{
background-color: #BEE273;
}
</style>
border-color css
<style>
span { border-color: #BEE273; }
span { border-color: rgb(190,226,115); }
td.TdClassName
{
border-color: #BEE273;
}
.TagClassName
{
border-color: #BEE273;
}
</style>