Shades of Sulu #BEF675
Tints of Sulu #BEF675
RGB
CMYK
RGB Variations
Color information
#BEF675 (or 0xBEF675) is known color: Sulu. HEX triplet: BE, F6 and 75. RGB value is (190,246,117). Sum of RGB (Red+Green+Blue) = 190+246+117=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF675 is #41098A. Grayscale: #D7D7D7. Windows color (decimal): -4262283 or 7730878. OLE color: 7730878.
HSL color Cylindrical-coordinate representation of color #BEF675: hue angle of 86.05º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEF675 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 117 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.04 |
| HSL | 86.05º | 0.88% | 0.71% | - |
| HSV(B) | 86.05º | 0.52% | 0.96% | - |
| XYZ | 57.4 | 78.14 | 28.89 | - |
| YUV | 214.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 117 | 0.23 | 0 | 0.52 | 0.04 | 86.05 | 0.88 | 0.71 |
| Hex | BE | F6 | 75 | 17 | 0 | 34 | 4 | 56 | 58 | 47 |
| Octal | 276 | 366 | 165 | 27 | 0 | 64 | 4 | 126 | 130 | 107 |
| Binary | 10111110 | 11110110 | 1110101 | 10111 | 0 | 110100 | 100 | 1010110 | 1011000 | 1000111 |
Color Harmonies of #BEF675
Complementary color
Monochromatic Colors of #BEF675
Black with #BEF675
Text Example
Text Example
White with #BEF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF675; }
p { color: rgb(190,246,117); }
H1.HeaderClassName
{
color: #BEF675;
}
.AnyTagClassName
{
color: #BEF675;
}
</style>
background-color css
<style>
a { background-color: #BEF675; }
a { background-color: rgb(190,246,117); }
div.DivClassName
{
background-color: #BEF675;
}
.BgClassName
{
background-color: #BEF675;
}
</style>
border-color css
<style>
span { border-color: #BEF675; }
span { border-color: rgb(190,246,117); }
td.TdClassName
{
border-color: #BEF675;
}
.TagClassName
{
border-color: #BEF675;
}
</style>