Shades of Sulu #BEF68E
Tints of Sulu #BEF68E
RGB
CMYK
RGB Variations
Color information
#BEF68E (or 0xBEF68E) is known color: Sulu. HEX triplet: BE, F6 and 8E. RGB value is (190,246,142). Sum of RGB (Red+Green+Blue) = 190+246+142=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF68E is #410971. Grayscale: #D9D9D9. Windows color (decimal): -4262258 or 9369278. OLE color: 9369278.
HSL color Cylindrical-coordinate representation of color #BEF68E: hue angle of 92.31º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF68E is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 142 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.04 |
| HSL | 92.31º | 0.85% | 0.76% | - |
| HSV(B) | 92.31º | 0.42% | 0.96% | - |
| XYZ | 59.07 | 78.81 | 37.69 | - |
| YUV | 217.4 | 85.45 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 142 | 0.23 | 0 | 0.42 | 0.04 | 92.31 | 0.85 | 0.76 |
| Hex | BE | F6 | 8E | 17 | 0 | 2A | 4 | 5C | 55 | 4C |
| Octal | 276 | 366 | 216 | 27 | 0 | 52 | 4 | 134 | 125 | 114 |
| Binary | 10111110 | 11110110 | 10001110 | 10111 | 0 | 101010 | 100 | 1011100 | 1010101 | 1001100 |
Color Harmonies of #BEF68E
Complementary color
Monochromatic Colors of #BEF68E
Black with #BEF68E
Text Example
Text Example
White with #BEF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF68E; }
p { color: rgb(190,246,142); }
H1.HeaderClassName
{
color: #BEF68E;
}
.AnyTagClassName
{
color: #BEF68E;
}
</style>
background-color css
<style>
a { background-color: #BEF68E; }
a { background-color: rgb(190,246,142); }
div.DivClassName
{
background-color: #BEF68E;
}
.BgClassName
{
background-color: #BEF68E;
}
</style>
border-color css
<style>
span { border-color: #BEF68E; }
span { border-color: rgb(190,246,142); }
td.TdClassName
{
border-color: #BEF68E;
}
.TagClassName
{
border-color: #BEF68E;
}
</style>