Shades of Sulu #BEF165
Tints of Sulu #BEF165
RGB
CMYK
RGB Variations
Color information
#BEF165 (or 0xBEF165) is known color: Sulu. HEX triplet: BE, F1 and 65. RGB value is (190,241,101). Sum of RGB (Red+Green+Blue) = 190+241+101=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF165 is #410E9A. Grayscale: #D2D2D2. Windows color (decimal): -4263579 or 6681022. OLE color: 6681022.
HSL color Cylindrical-coordinate representation of color #BEF165: hue angle of 81.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF165 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.05 |
| HSL | 81.86º | 0.83% | 0.67% | - |
| HSV(B) | 81.86º | 0.58% | 0.95% | - |
| XYZ | 55.04 | 74.8 | 23.85 | - |
| YUV | 209.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 101 | 0.21 | 0 | 0.58 | 0.05 | 81.86 | 0.83 | 0.67 |
| Hex | BE | F1 | 65 | 15 | 0 | 3A | 5 | 52 | 53 | 43 |
| Octal | 276 | 361 | 145 | 25 | 0 | 72 | 5 | 122 | 123 | 103 |
| Binary | 10111110 | 11110001 | 1100101 | 10101 | 0 | 111010 | 101 | 1010010 | 1010011 | 1000011 |
Color Harmonies of #BEF165
Complementary color
Monochromatic Colors of #BEF165
Black with #BEF165
Text Example
Text Example
White with #BEF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF165; }
p { color: rgb(190,241,101); }
H1.HeaderClassName
{
color: #BEF165;
}
.AnyTagClassName
{
color: #BEF165;
}
</style>
background-color css
<style>
a { background-color: #BEF165; }
a { background-color: rgb(190,241,101); }
div.DivClassName
{
background-color: #BEF165;
}
.BgClassName
{
background-color: #BEF165;
}
</style>
border-color css
<style>
span { border-color: #BEF165; }
span { border-color: rgb(190,241,101); }
td.TdClassName
{
border-color: #BEF165;
}
.TagClassName
{
border-color: #BEF165;
}
</style>