Shades of Sulu #BEF768
Tints of Sulu #BEF768
RGB
CMYK
RGB Variations
Color information
#BEF768 (or 0xBEF768) is known color: Sulu. HEX triplet: BE, F7 and 68. RGB value is (190,247,104). Sum of RGB (Red+Green+Blue) = 190+247+104=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF768 is #410897. Grayscale: #D6D6D6. Windows color (decimal): -4262040 or 6879166. OLE color: 6879166.
HSL color Cylindrical-coordinate representation of color #BEF768: hue angle of 83.92º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF768 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 104 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.03 |
| HSL | 83.92º | 0.9% | 0.69% | - |
| HSV(B) | 83.92º | 0.58% | 0.97% | - |
| XYZ | 56.99 | 78.47 | 25.24 | - |
| YUV | 213.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 104 | 0.23 | 0 | 0.58 | 0.03 | 83.92 | 0.9 | 0.69 |
| Hex | BE | F7 | 68 | 17 | 0 | 3A | 3 | 54 | 5A | 45 |
| Octal | 276 | 367 | 150 | 27 | 0 | 72 | 3 | 124 | 132 | 105 |
| Binary | 10111110 | 11110111 | 1101000 | 10111 | 0 | 111010 | 11 | 1010100 | 1011010 | 1000101 |
Color Harmonies of #BEF768
Complementary color
Monochromatic Colors of #BEF768
Black with #BEF768
Text Example
Text Example
White with #BEF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF768; }
p { color: rgb(190,247,104); }
H1.HeaderClassName
{
color: #BEF768;
}
.AnyTagClassName
{
color: #BEF768;
}
</style>
background-color css
<style>
a { background-color: #BEF768; }
a { background-color: rgb(190,247,104); }
div.DivClassName
{
background-color: #BEF768;
}
.BgClassName
{
background-color: #BEF768;
}
</style>
border-color css
<style>
span { border-color: #BEF768; }
span { border-color: rgb(190,247,104); }
td.TdClassName
{
border-color: #BEF768;
}
.TagClassName
{
border-color: #BEF768;
}
</style>