Shades of Sulu #BEF065
Tints of Sulu #BEF065
RGB
CMYK
RGB Variations
Color information
#BEF065 (or 0xBEF065) is known color: Sulu. HEX triplet: BE, F0 and 65. RGB value is (190,240,101). Sum of RGB (Red+Green+Blue) = 190+240+101=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF065 is #410F9A. Grayscale: #D1D1D1. Windows color (decimal): -4263835 or 6680766. OLE color: 6680766.
HSL color Cylindrical-coordinate representation of color #BEF065: hue angle of 81.58º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF065 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.58º | 0.82% | 0.67% | - |
| HSV(B) | 81.58º | 0.58% | 0.94% | - |
| XYZ | 54.74 | 74.21 | 23.75 | - |
| YUV | 209.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 101 | 0.21 | 0 | 0.58 | 0.06 | 81.58 | 0.82 | 0.67 |
| Hex | BE | F0 | 65 | 15 | 0 | 3A | 6 | 52 | 52 | 43 |
| Octal | 276 | 360 | 145 | 25 | 0 | 72 | 6 | 122 | 122 | 103 |
| Binary | 10111110 | 11110000 | 1100101 | 10101 | 0 | 111010 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BEF065
Complementary color
Monochromatic Colors of #BEF065
Black with #BEF065
Text Example
Text Example
White with #BEF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF065; }
p { color: rgb(190,240,101); }
H1.HeaderClassName
{
color: #BEF065;
}
.AnyTagClassName
{
color: #BEF065;
}
</style>
background-color css
<style>
a { background-color: #BEF065; }
a { background-color: rgb(190,240,101); }
div.DivClassName
{
background-color: #BEF065;
}
.BgClassName
{
background-color: #BEF065;
}
</style>
border-color css
<style>
span { border-color: #BEF065; }
span { border-color: rgb(190,240,101); }
td.TdClassName
{
border-color: #BEF065;
}
.TagClassName
{
border-color: #BEF065;
}
</style>