Shades of Sulu #BEF291
Tints of Sulu #BEF291
RGB
CMYK
RGB Variations
Color information
#BEF291 (or 0xBEF291) is known color: Sulu. HEX triplet: BE, F2 and 91. RGB value is (190,242,145). Sum of RGB (Red+Green+Blue) = 190+242+145=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF291 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF291 is #410D6E. Grayscale: #D7D7D7. Windows color (decimal): -4263279 or 9564862. OLE color: 9564862.
HSL color Cylindrical-coordinate representation of color #BEF291: hue angle of 92.16º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF291 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 145 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.05 |
| HSL | 92.16º | 0.79% | 0.76% | - |
| HSV(B) | 92.16º | 0.4% | 0.95% | - |
| XYZ | 58.1 | 76.5 | 38.49 | - |
| YUV | 215.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 145 | 0.21 | 0 | 0.40 | 0.05 | 92.16 | 0.79 | 0.76 |
| Hex | BE | F2 | 91 | 15 | 0 | 28 | 5 | 5C | 4F | 4C |
| Octal | 276 | 362 | 221 | 25 | 0 | 50 | 5 | 134 | 117 | 114 |
| Binary | 10111110 | 11110010 | 10010001 | 10101 | 0 | 101000 | 101 | 1011100 | 1001111 | 1001100 |
Color Harmonies of #BEF291
Complementary color
Monochromatic Colors of #BEF291
Black with #BEF291
Text Example
Text Example
White with #BEF291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF291; }
p { color: rgb(190,242,145); }
H1.HeaderClassName
{
color: #BEF291;
}
.AnyTagClassName
{
color: #BEF291;
}
</style>
background-color css
<style>
a { background-color: #BEF291; }
a { background-color: rgb(190,242,145); }
div.DivClassName
{
background-color: #BEF291;
}
.BgClassName
{
background-color: #BEF291;
}
</style>
border-color css
<style>
span { border-color: #BEF291; }
span { border-color: rgb(190,242,145); }
td.TdClassName
{
border-color: #BEF291;
}
.TagClassName
{
border-color: #BEF291;
}
</style>