Shades of Sulu #BEF068
Tints of Sulu #BEF068
RGB
CMYK
RGB Variations
Color information
#BEF068 (or 0xBEF068) is known color: Sulu. HEX triplet: BE, F0 and 68. RGB value is (190,240,104). Sum of RGB (Red+Green+Blue) = 190+240+104=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF068 is #410F97. Grayscale: #D2D2D2. Windows color (decimal): -4263832 or 6877374. OLE color: 6877374.
HSL color Cylindrical-coordinate representation of color #BEF068: hue angle of 82.06º 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 #BEF068 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 104 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.06 |
| HSL | 82.06º | 0.82% | 0.67% | - |
| HSV(B) | 82.06º | 0.57% | 0.94% | - |
| XYZ | 54.89 | 74.27 | 24.54 | - |
| YUV | 209.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 104 | 0.21 | 0 | 0.57 | 0.06 | 82.06 | 0.82 | 0.67 |
| Hex | BE | F0 | 68 | 15 | 0 | 39 | 6 | 52 | 52 | 43 |
| Octal | 276 | 360 | 150 | 25 | 0 | 71 | 6 | 122 | 122 | 103 |
| Binary | 10111110 | 11110000 | 1101000 | 10101 | 0 | 111001 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BEF068
Complementary color
Monochromatic Colors of #BEF068
Black with #BEF068
Text Example
Text Example
White with #BEF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF068; }
p { color: rgb(190,240,104); }
H1.HeaderClassName
{
color: #BEF068;
}
.AnyTagClassName
{
color: #BEF068;
}
</style>
background-color css
<style>
a { background-color: #BEF068; }
a { background-color: rgb(190,240,104); }
div.DivClassName
{
background-color: #BEF068;
}
.BgClassName
{
background-color: #BEF068;
}
</style>
border-color css
<style>
span { border-color: #BEF068; }
span { border-color: rgb(190,240,104); }
td.TdClassName
{
border-color: #BEF068;
}
.TagClassName
{
border-color: #BEF068;
}
</style>