Shades of Sulu #BEFF7E
Tints of Sulu #BEFF7E
RGB
CMYK
RGB Variations
Color information
#BEFF7E (or 0xBEFF7E) is known color: Sulu. HEX triplet: BE, FF and 7E. RGB value is (190,255,126). Sum of RGB (Red+Green+Blue) = 190+255+126=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF7E is #410081. Grayscale: #DDDDDD. Windows color (decimal): -4259970 or 8323006. OLE color: 8323006.
HSL color Cylindrical-coordinate representation of color #BEFF7E: hue angle of 90.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEFF7E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 126 | - |
| CMYK | 0.25 | 0 | 0.51 | 0 |
| HSL | 90.23º | 1% | 0.75% | - |
| HSV(B) | 90.23º | 0.51% | 1% | - |
| XYZ | 60.76 | 83.97 | 32.74 | - |
| YUV | 220.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 126 | 0.25 | 0 | 0.51 | 0 | 90.23 | 1 | 0.75 |
| Hex | BE | FF | 7E | 19 | 0 | 33 | 0 | 5A | 64 | 4B |
| Octal | 276 | 377 | 176 | 31 | 0 | 63 | 0 | 132 | 144 | 113 |
| Binary | 10111110 | 11111111 | 1111110 | 11001 | 0 | 110011 | 0 | 1011010 | 1100100 | 1001011 |
Color Harmonies of #BEFF7E
Complementary color
Monochromatic Colors of #BEFF7E
Black with #BEFF7E
Text Example
Text Example
White with #BEFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF7E; }
p { color: rgb(190,255,126); }
H1.HeaderClassName
{
color: #BEFF7E;
}
.AnyTagClassName
{
color: #BEFF7E;
}
</style>
background-color css
<style>
a { background-color: #BEFF7E; }
a { background-color: rgb(190,255,126); }
div.DivClassName
{
background-color: #BEFF7E;
}
.BgClassName
{
background-color: #BEFF7E;
}
</style>
border-color css
<style>
span { border-color: #BEFF7E; }
span { border-color: rgb(190,255,126); }
td.TdClassName
{
border-color: #BEFF7E;
}
.TagClassName
{
border-color: #BEFF7E;
}
</style>