Shades of Sulu #BEF276
Tints of Sulu #BEF276
RGB
CMYK
RGB Variations
Color information
#BEF276 (or 0xBEF276) is known color: Sulu. HEX triplet: BE, F2 and 76. RGB value is (190,242,118). Sum of RGB (Red+Green+Blue) = 190+242+118=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF276 is #410D89. Grayscale: #D4D4D4. Windows color (decimal): -4263306 or 7795390. OLE color: 7795390.
HSL color Cylindrical-coordinate representation of color #BEF276: hue angle of 85.16º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEF276 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 118 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 85.16º | 0.83% | 0.71% | - |
| HSV(B) | 85.16º | 0.51% | 0.95% | - |
| XYZ | 56.26 | 75.76 | 28.8 | - |
| YUV | 212.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 118 | 0.21 | 0 | 0.51 | 0.05 | 85.16 | 0.83 | 0.71 |
| Hex | BE | F2 | 76 | 15 | 0 | 33 | 5 | 55 | 53 | 47 |
| Octal | 276 | 362 | 166 | 25 | 0 | 63 | 5 | 125 | 123 | 107 |
| Binary | 10111110 | 11110010 | 1110110 | 10101 | 0 | 110011 | 101 | 1010101 | 1010011 | 1000111 |
Color Harmonies of #BEF276
Complementary color
Monochromatic Colors of #BEF276
Black with #BEF276
Text Example
Text Example
White with #BEF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF276; }
p { color: rgb(190,242,118); }
H1.HeaderClassName
{
color: #BEF276;
}
.AnyTagClassName
{
color: #BEF276;
}
</style>
background-color css
<style>
a { background-color: #BEF276; }
a { background-color: rgb(190,242,118); }
div.DivClassName
{
background-color: #BEF276;
}
.BgClassName
{
background-color: #BEF276;
}
</style>
border-color css
<style>
span { border-color: #BEF276; }
span { border-color: rgb(190,242,118); }
td.TdClassName
{
border-color: #BEF276;
}
.TagClassName
{
border-color: #BEF276;
}
</style>