Shades of Sulu #BEF366
Tints of Sulu #BEF366
RGB
CMYK
RGB Variations
Color information
#BEF366 (or 0xBEF366) is known color: Sulu. HEX triplet: BE, F3 and 66. RGB value is (190,243,102). Sum of RGB (Red+Green+Blue) = 190+243+102=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF366 is #410C99. Grayscale: #D3D3D3. Windows color (decimal): -4263066 or 6747070. OLE color: 6747070.
HSL color Cylindrical-coordinate representation of color #BEF366: hue angle of 82.55º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF366 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 102 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.05 |
| HSL | 82.55º | 0.85% | 0.68% | - |
| HSV(B) | 82.55º | 0.58% | 0.95% | - |
| XYZ | 55.68 | 76.01 | 24.31 | - |
| YUV | 211.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 102 | 0.22 | 0 | 0.58 | 0.05 | 82.55 | 0.85 | 0.68 |
| Hex | BE | F3 | 66 | 16 | 0 | 3A | 5 | 53 | 55 | 44 |
| Octal | 276 | 363 | 146 | 26 | 0 | 72 | 5 | 123 | 125 | 104 |
| Binary | 10111110 | 11110011 | 1100110 | 10110 | 0 | 111010 | 101 | 1010011 | 1010101 | 1000100 |
Color Harmonies of #BEF366
Complementary color
Monochromatic Colors of #BEF366
Black with #BEF366
Text Example
Text Example
White with #BEF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF366; }
p { color: rgb(190,243,102); }
H1.HeaderClassName
{
color: #BEF366;
}
.AnyTagClassName
{
color: #BEF366;
}
</style>
background-color css
<style>
a { background-color: #BEF366; }
a { background-color: rgb(190,243,102); }
div.DivClassName
{
background-color: #BEF366;
}
.BgClassName
{
background-color: #BEF366;
}
</style>
border-color css
<style>
span { border-color: #BEF366; }
span { border-color: rgb(190,243,102); }
td.TdClassName
{
border-color: #BEF366;
}
.TagClassName
{
border-color: #BEF366;
}
</style>