Shades of Sulu #BEF963
Tints of Sulu #BEF963
RGB
CMYK
RGB Variations
Color information
#BEF963 (or 0xBEF963) is known color: Sulu. HEX triplet: BE, F9 and 63. RGB value is (190,249,99). Sum of RGB (Red+Green+Blue) = 190+249+99=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF963 is #41069C. Grayscale: #D6D6D6. Windows color (decimal): -4261533 or 6551998. OLE color: 6551998.
HSL color Cylindrical-coordinate representation of color #BEF963: hue angle of 83.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF963 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 99 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.02 |
| HSL | 83.6º | 0.93% | 0.68% | - |
| HSV(B) | 83.6º | 0.6% | 0.98% | - |
| XYZ | 57.36 | 79.6 | 24.15 | - |
| YUV | 214.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 99 | 0.24 | 0 | 0.60 | 0.02 | 83.6 | 0.93 | 0.68 |
| Hex | BE | F9 | 63 | 18 | 0 | 3C | 2 | 54 | 5D | 44 |
| Octal | 276 | 371 | 143 | 30 | 0 | 74 | 2 | 124 | 135 | 104 |
| Binary | 10111110 | 11111001 | 1100011 | 11000 | 0 | 111100 | 10 | 1010100 | 1011101 | 1000100 |
Color Harmonies of #BEF963
Complementary color
Monochromatic Colors of #BEF963
Black with #BEF963
Text Example
Text Example
White with #BEF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF963; }
p { color: rgb(190,249,99); }
H1.HeaderClassName
{
color: #BEF963;
}
.AnyTagClassName
{
color: #BEF963;
}
</style>
background-color css
<style>
a { background-color: #BEF963; }
a { background-color: rgb(190,249,99); }
div.DivClassName
{
background-color: #BEF963;
}
.BgClassName
{
background-color: #BEF963;
}
</style>
border-color css
<style>
span { border-color: #BEF963; }
span { border-color: rgb(190,249,99); }
td.TdClassName
{
border-color: #BEF963;
}
.TagClassName
{
border-color: #BEF963;
}
</style>