Shades of Sulu #BEF070
Tints of Sulu #BEF070
RGB
CMYK
RGB Variations
Color information
#BEF070 (or 0xBEF070) is known color: Sulu. HEX triplet: BE, F0 and 70. RGB value is (190,240,112). Sum of RGB (Red+Green+Blue) = 190+240+112=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF070 is #410F8F. Grayscale: #D2D2D2. Windows color (decimal): -4263824 or 7401662. OLE color: 7401662.
HSL color Cylindrical-coordinate representation of color #BEF070: hue angle of 83.44º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEF070 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 112 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.06 |
| HSL | 83.44º | 0.81% | 0.69% | - |
| HSV(B) | 83.44º | 0.53% | 0.94% | - |
| XYZ | 55.32 | 74.44 | 26.78 | - |
| YUV | 210.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 112 | 0.21 | 0 | 0.53 | 0.06 | 83.44 | 0.81 | 0.69 |
| Hex | BE | F0 | 70 | 15 | 0 | 35 | 6 | 53 | 51 | 45 |
| Octal | 276 | 360 | 160 | 25 | 0 | 65 | 6 | 123 | 121 | 105 |
| Binary | 10111110 | 11110000 | 1110000 | 10101 | 0 | 110101 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #BEF070
Complementary color
Monochromatic Colors of #BEF070
Black with #BEF070
Text Example
Text Example
White with #BEF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF070; }
p { color: rgb(190,240,112); }
H1.HeaderClassName
{
color: #BEF070;
}
.AnyTagClassName
{
color: #BEF070;
}
</style>
background-color css
<style>
a { background-color: #BEF070; }
a { background-color: rgb(190,240,112); }
div.DivClassName
{
background-color: #BEF070;
}
.BgClassName
{
background-color: #BEF070;
}
</style>
border-color css
<style>
span { border-color: #BEF070; }
span { border-color: rgb(190,240,112); }
td.TdClassName
{
border-color: #BEF070;
}
.TagClassName
{
border-color: #BEF070;
}
</style>