Shades of Sulu #BEF067
Tints of Sulu #BEF067
RGB
CMYK
RGB Variations
Color information
#BEF067 (or 0xBEF067) is known color: Sulu. HEX triplet: BE, F0 and 67. RGB value is (190,240,103). Sum of RGB (Red+Green+Blue) = 190+240+103=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF067 is #410F98. Grayscale: #D1D1D1. Windows color (decimal): -4263833 or 6811838. OLE color: 6811838.
HSL color Cylindrical-coordinate representation of color #BEF067: hue angle of 81.9º 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 #BEF067 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 103 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.06 |
| HSL | 81.9º | 0.82% | 0.67% | - |
| HSV(B) | 81.9º | 0.57% | 0.94% | - |
| XYZ | 54.84 | 74.25 | 24.27 | - |
| YUV | 209.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 103 | 0.21 | 0 | 0.57 | 0.06 | 81.9 | 0.82 | 0.67 |
| Hex | BE | F0 | 67 | 15 | 0 | 39 | 6 | 52 | 52 | 43 |
| Octal | 276 | 360 | 147 | 25 | 0 | 71 | 6 | 122 | 122 | 103 |
| Binary | 10111110 | 11110000 | 1100111 | 10101 | 0 | 111001 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BEF067
Complementary color
Monochromatic Colors of #BEF067
Black with #BEF067
Text Example
Text Example
White with #BEF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF067; }
p { color: rgb(190,240,103); }
H1.HeaderClassName
{
color: #BEF067;
}
.AnyTagClassName
{
color: #BEF067;
}
</style>
background-color css
<style>
a { background-color: #BEF067; }
a { background-color: rgb(190,240,103); }
div.DivClassName
{
background-color: #BEF067;
}
.BgClassName
{
background-color: #BEF067;
}
</style>
border-color css
<style>
span { border-color: #BEF067; }
span { border-color: rgb(190,240,103); }
td.TdClassName
{
border-color: #BEF067;
}
.TagClassName
{
border-color: #BEF067;
}
</style>