Shades of Sulu #BEF77D
Tints of Sulu #BEF77D
RGB
CMYK
RGB Variations
Color information
#BEF77D (or 0xBEF77D) is known color: Sulu. HEX triplet: BE, F7 and 7D. RGB value is (190,247,125). Sum of RGB (Red+Green+Blue) = 190+247+125=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF77D is #410882. Grayscale: #D8D8D8. Windows color (decimal): -4262019 or 8255422. OLE color: 8255422.
HSL color Cylindrical-coordinate representation of color #BEF77D: hue angle of 88.03º 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 #BEF77D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 125 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.03 |
| HSL | 88.03º | 0.88% | 0.73% | - |
| HSV(B) | 88.03º | 0.49% | 0.97% | - |
| XYZ | 58.2 | 78.95 | 31.57 | - |
| YUV | 216.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 125 | 0.23 | 0 | 0.49 | 0.03 | 88.03 | 0.88 | 0.73 |
| Hex | BE | F7 | 7D | 17 | 0 | 31 | 3 | 58 | 58 | 49 |
| Octal | 276 | 367 | 175 | 27 | 0 | 61 | 3 | 130 | 130 | 111 |
| Binary | 10111110 | 11110111 | 1111101 | 10111 | 0 | 110001 | 11 | 1011000 | 1011000 | 1001001 |
Color Harmonies of #BEF77D
Complementary color
Monochromatic Colors of #BEF77D
Black with #BEF77D
Text Example
Text Example
White with #BEF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF77D; }
p { color: rgb(190,247,125); }
H1.HeaderClassName
{
color: #BEF77D;
}
.AnyTagClassName
{
color: #BEF77D;
}
</style>
background-color css
<style>
a { background-color: #BEF77D; }
a { background-color: rgb(190,247,125); }
div.DivClassName
{
background-color: #BEF77D;
}
.BgClassName
{
background-color: #BEF77D;
}
</style>
border-color css
<style>
span { border-color: #BEF77D; }
span { border-color: rgb(190,247,125); }
td.TdClassName
{
border-color: #BEF77D;
}
.TagClassName
{
border-color: #BEF77D;
}
</style>