Shades of Sulu #BEF77F
Tints of Sulu #BEF77F
RGB
CMYK
RGB Variations
Color information
#BEF77F (or 0xBEF77F) is known color: Sulu. HEX triplet: BE, F7 and 7F. RGB value is (190,247,127). Sum of RGB (Red+Green+Blue) = 190+247+127=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF77F is #410880. Grayscale: #D8D8D8. Windows color (decimal): -4262017 or 8386494. OLE color: 8386494.
HSL color Cylindrical-coordinate representation of color #BEF77F: hue angle of 88.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEF77F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 127 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.03 |
| HSL | 88.5º | 0.88% | 0.73% | - |
| HSV(B) | 88.5º | 0.49% | 0.97% | - |
| XYZ | 58.33 | 79 | 32.25 | - |
| YUV | 216.28 | 77.62 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 127 | 0.23 | 0 | 0.49 | 0.03 | 88.5 | 0.88 | 0.73 |
| Hex | BE | F7 | 7F | 17 | 0 | 31 | 3 | 58 | 58 | 49 |
| Octal | 276 | 367 | 177 | 27 | 0 | 61 | 3 | 130 | 130 | 111 |
| Binary | 10111110 | 11110111 | 1111111 | 10111 | 0 | 110001 | 11 | 1011000 | 1011000 | 1001001 |
Color Harmonies of #BEF77F
Complementary color
Monochromatic Colors of #BEF77F
Black with #BEF77F
Text Example
Text Example
White with #BEF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF77F; }
p { color: rgb(190,247,127); }
H1.HeaderClassName
{
color: #BEF77F;
}
.AnyTagClassName
{
color: #BEF77F;
}
</style>
background-color css
<style>
a { background-color: #BEF77F; }
a { background-color: rgb(190,247,127); }
div.DivClassName
{
background-color: #BEF77F;
}
.BgClassName
{
background-color: #BEF77F;
}
</style>
border-color css
<style>
span { border-color: #BEF77F; }
span { border-color: rgb(190,247,127); }
td.TdClassName
{
border-color: #BEF77F;
}
.TagClassName
{
border-color: #BEF77F;
}
</style>