Shades of Sulu #BEE071
Tints of Sulu #BEE071
RGB
CMYK
RGB Variations
Color information
#BEE071 (or 0xBEE071) is known color: Sulu. HEX triplet: BE, E0 and 71. RGB value is (190,224,113). Sum of RGB (Red+Green+Blue) = 190+224+113=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE071 is #411F8E. Grayscale: #C9C9C9. Windows color (decimal): -4267919 or 7463102. OLE color: 7463102.
HSL color Cylindrical-coordinate representation of color #BEE071: hue angle of 78.38º degrees, saturation: 0.64, 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 #BEE071 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 113 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.12 |
| HSL | 78.38º | 0.64% | 0.66% | - |
| HSV(B) | 78.38º | 0.5% | 0.88% | - |
| XYZ | 50.87 | 65.45 | 25.57 | - |
| YUV | 201.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 113 | 0.15 | 0 | 0.50 | 0.12 | 78.38 | 0.64 | 0.66 |
| Hex | BE | E0 | 71 | F | 0 | 32 | C | 4E | 40 | 42 |
| Octal | 276 | 340 | 161 | 17 | 0 | 62 | 14 | 116 | 100 | 102 |
| Binary | 10111110 | 11100000 | 1110001 | 1111 | 0 | 110010 | 1100 | 1001110 | 1000000 | 1000010 |
Color Harmonies of #BEE071
Complementary color
Monochromatic Colors of #BEE071
Black with #BEE071
Text Example
Text Example
White with #BEE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE071; }
p { color: rgb(190,224,113); }
H1.HeaderClassName
{
color: #BEE071;
}
.AnyTagClassName
{
color: #BEE071;
}
</style>
background-color css
<style>
a { background-color: #BEE071; }
a { background-color: rgb(190,224,113); }
div.DivClassName
{
background-color: #BEE071;
}
.BgClassName
{
background-color: #BEE071;
}
</style>
border-color css
<style>
span { border-color: #BEE071; }
span { border-color: rgb(190,224,113); }
td.TdClassName
{
border-color: #BEE071;
}
.TagClassName
{
border-color: #BEE071;
}
</style>