Shades of Sulu #BEF07C
Tints of Sulu #BEF07C
RGB
CMYK
RGB Variations
Color information
#BEF07C (or 0xBEF07C) is known color: Sulu. HEX triplet: BE, F0 and 7C. RGB value is (190,240,124). Sum of RGB (Red+Green+Blue) = 190+240+124=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF07C is #410F83. Grayscale: #D4D4D4. Windows color (decimal): -4263812 or 8188094. OLE color: 8188094.
HSL color Cylindrical-coordinate representation of color #BEF07C: hue angle of 85.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEF07C is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 124 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.06 |
| HSL | 85.86º | 0.79% | 0.71% | - |
| HSV(B) | 85.86º | 0.48% | 0.94% | - |
| XYZ | 56.03 | 74.72 | 30.54 | - |
| YUV | 211.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 124 | 0.21 | 0 | 0.48 | 0.06 | 85.86 | 0.79 | 0.71 |
| Hex | BE | F0 | 7C | 15 | 0 | 30 | 6 | 56 | 4F | 47 |
| Octal | 276 | 360 | 174 | 25 | 0 | 60 | 6 | 126 | 117 | 107 |
| Binary | 10111110 | 11110000 | 1111100 | 10101 | 0 | 110000 | 110 | 1010110 | 1001111 | 1000111 |
Color Harmonies of #BEF07C
Complementary color
Monochromatic Colors of #BEF07C
Black with #BEF07C
Text Example
Text Example
White with #BEF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF07C; }
p { color: rgb(190,240,124); }
H1.HeaderClassName
{
color: #BEF07C;
}
.AnyTagClassName
{
color: #BEF07C;
}
</style>
background-color css
<style>
a { background-color: #BEF07C; }
a { background-color: rgb(190,240,124); }
div.DivClassName
{
background-color: #BEF07C;
}
.BgClassName
{
background-color: #BEF07C;
}
</style>
border-color css
<style>
span { border-color: #BEF07C; }
span { border-color: rgb(190,240,124); }
td.TdClassName
{
border-color: #BEF07C;
}
.TagClassName
{
border-color: #BEF07C;
}
</style>