Shades of Sulu #BEF668
Tints of Sulu #BEF668
RGB
CMYK
RGB Variations
Color information
#BEF668 (or 0xBEF668) is known color: Sulu. HEX triplet: BE, F6 and 68. RGB value is (190,246,104). Sum of RGB (Red+Green+Blue) = 190+246+104=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF668 is #410997. Grayscale: #D5D5D5. Windows color (decimal): -4262296 or 6878910. OLE color: 6878910.
HSL color Cylindrical-coordinate representation of color #BEF668: hue angle of 83.66º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF668 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 104 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.04 |
| HSL | 83.66º | 0.89% | 0.69% | - |
| HSV(B) | 83.66º | 0.58% | 0.96% | - |
| XYZ | 56.69 | 77.86 | 25.14 | - |
| YUV | 213.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 104 | 0.23 | 0 | 0.58 | 0.04 | 83.66 | 0.89 | 0.69 |
| Hex | BE | F6 | 68 | 17 | 0 | 3A | 4 | 54 | 59 | 45 |
| Octal | 276 | 366 | 150 | 27 | 0 | 72 | 4 | 124 | 131 | 105 |
| Binary | 10111110 | 11110110 | 1101000 | 10111 | 0 | 111010 | 100 | 1010100 | 1011001 | 1000101 |
Color Harmonies of #BEF668
Complementary color
Monochromatic Colors of #BEF668
Black with #BEF668
Text Example
Text Example
White with #BEF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF668; }
p { color: rgb(190,246,104); }
H1.HeaderClassName
{
color: #BEF668;
}
.AnyTagClassName
{
color: #BEF668;
}
</style>
background-color css
<style>
a { background-color: #BEF668; }
a { background-color: rgb(190,246,104); }
div.DivClassName
{
background-color: #BEF668;
}
.BgClassName
{
background-color: #BEF668;
}
</style>
border-color css
<style>
span { border-color: #BEF668; }
span { border-color: rgb(190,246,104); }
td.TdClassName
{
border-color: #BEF668;
}
.TagClassName
{
border-color: #BEF668;
}
</style>