Shades of Sulu #BEF86C
Tints of Sulu #BEF86C
RGB
CMYK
RGB Variations
Color information
#BEF86C (or 0xBEF86C) is known color: Sulu. HEX triplet: BE, F8 and 6C. RGB value is (190,248,108). Sum of RGB (Red+Green+Blue) = 190+248+108=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF86C is #410793. Grayscale: #D7D7D7. Windows color (decimal): -4261780 or 7141566. OLE color: 7141566.
HSL color Cylindrical-coordinate representation of color #BEF86C: hue angle of 84.86º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEF86C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 108 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.03 |
| HSL | 84.86º | 0.91% | 0.7% | - |
| HSV(B) | 84.86º | 0.56% | 0.97% | - |
| XYZ | 57.51 | 79.16 | 26.44 | - |
| YUV | 214.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 108 | 0.23 | 0 | 0.56 | 0.03 | 84.86 | 0.91 | 0.7 |
| Hex | BE | F8 | 6C | 17 | 0 | 38 | 3 | 55 | 5B | 46 |
| Octal | 276 | 370 | 154 | 27 | 0 | 70 | 3 | 125 | 133 | 106 |
| Binary | 10111110 | 11111000 | 1101100 | 10111 | 0 | 111000 | 11 | 1010101 | 1011011 | 1000110 |
Color Harmonies of #BEF86C
Complementary color
Monochromatic Colors of #BEF86C
Black with #BEF86C
Text Example
Text Example
White with #BEF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF86C; }
p { color: rgb(190,248,108); }
H1.HeaderClassName
{
color: #BEF86C;
}
.AnyTagClassName
{
color: #BEF86C;
}
</style>
background-color css
<style>
a { background-color: #BEF86C; }
a { background-color: rgb(190,248,108); }
div.DivClassName
{
background-color: #BEF86C;
}
.BgClassName
{
background-color: #BEF86C;
}
</style>
border-color css
<style>
span { border-color: #BEF86C; }
span { border-color: rgb(190,248,108); }
td.TdClassName
{
border-color: #BEF86C;
}
.TagClassName
{
border-color: #BEF86C;
}
</style>