Shades of Sulu #BEFF7F
Tints of Sulu #BEFF7F
RGB
CMYK
RGB Variations
Color information
#BEFF7F (or 0xBEFF7F) is known color: Sulu. HEX triplet: BE, FF and 7F. RGB value is (190,255,127). Sum of RGB (Red+Green+Blue) = 190+255+127=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF7F is #410080. Grayscale: #DDDDDD. Windows color (decimal): -4259969 or 8388542. OLE color: 8388542.
HSL color Cylindrical-coordinate representation of color #BEFF7F: hue angle of 90.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEFF7F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 127 | - |
| CMYK | 0.25 | 0 | 0.50 | 0 |
| HSL | 90.47º | 1% | 0.75% | - |
| HSV(B) | 90.47º | 0.5% | 1% | - |
| XYZ | 60.83 | 84 | 33.09 | - |
| YUV | 220.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 127 | 0.25 | 0 | 0.50 | 0 | 90.47 | 1 | 0.75 |
| Hex | BE | FF | 7F | 19 | 0 | 32 | 0 | 5A | 64 | 4B |
| Octal | 276 | 377 | 177 | 31 | 0 | 62 | 0 | 132 | 144 | 113 |
| Binary | 10111110 | 11111111 | 1111111 | 11001 | 0 | 110010 | 0 | 1011010 | 1100100 | 1001011 |
Color Harmonies of #BEFF7F
Complementary color
Monochromatic Colors of #BEFF7F
Black with #BEFF7F
Text Example
Text Example
White with #BEFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF7F; }
p { color: rgb(190,255,127); }
H1.HeaderClassName
{
color: #BEFF7F;
}
.AnyTagClassName
{
color: #BEFF7F;
}
</style>
background-color css
<style>
a { background-color: #BEFF7F; }
a { background-color: rgb(190,255,127); }
div.DivClassName
{
background-color: #BEFF7F;
}
.BgClassName
{
background-color: #BEFF7F;
}
</style>
border-color css
<style>
span { border-color: #BEFF7F; }
span { border-color: rgb(190,255,127); }
td.TdClassName
{
border-color: #BEFF7F;
}
.TagClassName
{
border-color: #BEFF7F;
}
</style>