Shades of Sulu #BEF770
Tints of Sulu #BEF770
RGB
CMYK
RGB Variations
Color information
#BEF770 (or 0xBEF770) is known color: Sulu. HEX triplet: BE, F7 and 70. RGB value is (190,247,112). Sum of RGB (Red+Green+Blue) = 190+247+112=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF770 is #41088F. Grayscale: #D7D7D7. Windows color (decimal): -4262032 or 7403454. OLE color: 7403454.
HSL color Cylindrical-coordinate representation of color #BEF770: hue angle of 85.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF770 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 112 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.03 |
| HSL | 85.33º | 0.89% | 0.7% | - |
| HSV(B) | 85.33º | 0.55% | 0.97% | - |
| XYZ | 57.42 | 78.64 | 27.48 | - |
| YUV | 214.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 112 | 0.23 | 0 | 0.55 | 0.03 | 85.33 | 0.89 | 0.7 |
| Hex | BE | F7 | 70 | 17 | 0 | 37 | 3 | 55 | 59 | 46 |
| Octal | 276 | 367 | 160 | 27 | 0 | 67 | 3 | 125 | 131 | 106 |
| Binary | 10111110 | 11110111 | 1110000 | 10111 | 0 | 110111 | 11 | 1010101 | 1011001 | 1000110 |
Color Harmonies of #BEF770
Complementary color
Monochromatic Colors of #BEF770
Black with #BEF770
Text Example
Text Example
White with #BEF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF770; }
p { color: rgb(190,247,112); }
H1.HeaderClassName
{
color: #BEF770;
}
.AnyTagClassName
{
color: #BEF770;
}
</style>
background-color css
<style>
a { background-color: #BEF770; }
a { background-color: rgb(190,247,112); }
div.DivClassName
{
background-color: #BEF770;
}
.BgClassName
{
background-color: #BEF770;
}
</style>
border-color css
<style>
span { border-color: #BEF770; }
span { border-color: rgb(190,247,112); }
td.TdClassName
{
border-color: #BEF770;
}
.TagClassName
{
border-color: #BEF770;
}
</style>