Shades of Sulu #BEF066
Tints of Sulu #BEF066
RGB
CMYK
RGB Variations
Color information
#BEF066 (or 0xBEF066) is known color: Sulu. HEX triplet: BE, F0 and 66. RGB value is (190,240,102). Sum of RGB (Red+Green+Blue) = 190+240+102=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF066 is #410F99. Grayscale: #D1D1D1. Windows color (decimal): -4263834 or 6746302. OLE color: 6746302.
HSL color Cylindrical-coordinate representation of color #BEF066: hue angle of 81.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEF066 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 102 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.74º | 0.82% | 0.67% | - |
| HSV(B) | 81.74º | 0.58% | 0.94% | - |
| XYZ | 54.79 | 74.23 | 24.01 | - |
| YUV | 209.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 102 | 0.21 | 0 | 0.58 | 0.06 | 81.74 | 0.82 | 0.67 |
| Hex | BE | F0 | 66 | 15 | 0 | 3A | 6 | 52 | 52 | 43 |
| Octal | 276 | 360 | 146 | 25 | 0 | 72 | 6 | 122 | 122 | 103 |
| Binary | 10111110 | 11110000 | 1100110 | 10101 | 0 | 111010 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BEF066
Complementary color
Monochromatic Colors of #BEF066
Black with #BEF066
Text Example
Text Example
White with #BEF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF066; }
p { color: rgb(190,240,102); }
H1.HeaderClassName
{
color: #BEF066;
}
.AnyTagClassName
{
color: #BEF066;
}
</style>
background-color css
<style>
a { background-color: #BEF066; }
a { background-color: rgb(190,240,102); }
div.DivClassName
{
background-color: #BEF066;
}
.BgClassName
{
background-color: #BEF066;
}
</style>
border-color css
<style>
span { border-color: #BEF066; }
span { border-color: rgb(190,240,102); }
td.TdClassName
{
border-color: #BEF066;
}
.TagClassName
{
border-color: #BEF066;
}
</style>