Shades of Sulu #BEF466
Tints of Sulu #BEF466
RGB
CMYK
RGB Variations
Color information
#BEF466 (or 0xBEF466) is known color: Sulu. HEX triplet: BE, F4 and 66. RGB value is (190,244,102). Sum of RGB (Red+Green+Blue) = 190+244+102=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF466 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF466 is #410B99. Grayscale: #D4D4D4. Windows color (decimal): -4262810 or 6747326. OLE color: 6747326.
HSL color Cylindrical-coordinate representation of color #BEF466: hue angle of 82.82º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF466 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 102 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.04 |
| HSL | 82.82º | 0.87% | 0.68% | - |
| HSV(B) | 82.82º | 0.58% | 0.96% | - |
| XYZ | 55.98 | 76.61 | 24.41 | - |
| YUV | 211.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 102 | 0.22 | 0 | 0.58 | 0.04 | 82.82 | 0.87 | 0.68 |
| Hex | BE | F4 | 66 | 16 | 0 | 3A | 4 | 53 | 57 | 44 |
| Octal | 276 | 364 | 146 | 26 | 0 | 72 | 4 | 123 | 127 | 104 |
| Binary | 10111110 | 11110100 | 1100110 | 10110 | 0 | 111010 | 100 | 1010011 | 1010111 | 1000100 |
Color Harmonies of #BEF466
Complementary color
Monochromatic Colors of #BEF466
Black with #BEF466
Text Example
Text Example
White with #BEF466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF466; }
p { color: rgb(190,244,102); }
H1.HeaderClassName
{
color: #BEF466;
}
.AnyTagClassName
{
color: #BEF466;
}
</style>
background-color css
<style>
a { background-color: #BEF466; }
a { background-color: rgb(190,244,102); }
div.DivClassName
{
background-color: #BEF466;
}
.BgClassName
{
background-color: #BEF466;
}
</style>
border-color css
<style>
span { border-color: #BEF466; }
span { border-color: rgb(190,244,102); }
td.TdClassName
{
border-color: #BEF466;
}
.TagClassName
{
border-color: #BEF466;
}
</style>