Shades of Sulu #BEF07B
Tints of Sulu #BEF07B
RGB
CMYK
RGB Variations
Color information
#BEF07B (or 0xBEF07B) is known color: Sulu. HEX triplet: BE, F0 and 7B. RGB value is (190,240,123). Sum of RGB (Red+Green+Blue) = 190+240+123=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF07B is #410F84. Grayscale: #D4D4D4. Windows color (decimal): -4263813 or 8122558. OLE color: 8122558.
HSL color Cylindrical-coordinate representation of color #BEF07B: hue angle of 85.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEF07B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 123 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.06 |
| HSL | 85.64º | 0.8% | 0.71% | - |
| HSV(B) | 85.64º | 0.49% | 0.94% | - |
| XYZ | 55.97 | 74.7 | 30.21 | - |
| YUV | 211.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 123 | 0.21 | 0 | 0.49 | 0.06 | 85.64 | 0.8 | 0.71 |
| Hex | BE | F0 | 7B | 15 | 0 | 31 | 6 | 56 | 50 | 47 |
| Octal | 276 | 360 | 173 | 25 | 0 | 61 | 6 | 126 | 120 | 107 |
| Binary | 10111110 | 11110000 | 1111011 | 10101 | 0 | 110001 | 110 | 1010110 | 1010000 | 1000111 |
Color Harmonies of #BEF07B
Complementary color
Monochromatic Colors of #BEF07B
Black with #BEF07B
Text Example
Text Example
White with #BEF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF07B; }
p { color: rgb(190,240,123); }
H1.HeaderClassName
{
color: #BEF07B;
}
.AnyTagClassName
{
color: #BEF07B;
}
</style>
background-color css
<style>
a { background-color: #BEF07B; }
a { background-color: rgb(190,240,123); }
div.DivClassName
{
background-color: #BEF07B;
}
.BgClassName
{
background-color: #BEF07B;
}
</style>
border-color css
<style>
span { border-color: #BEF07B; }
span { border-color: rgb(190,240,123); }
td.TdClassName
{
border-color: #BEF07B;
}
.TagClassName
{
border-color: #BEF07B;
}
</style>