Shades of Sulu #BEFE7A
Tints of Sulu #BEFE7A
RGB
CMYK
RGB Variations
Color information
#BEFE7A (or 0xBEFE7A) is known color: Sulu. HEX triplet: BE, FE and 7A. RGB value is (190,254,122). Sum of RGB (Red+Green+Blue) = 190+254+122=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE7A is #410185. Grayscale: #DCDCDC. Windows color (decimal): -4260230 or 8060606. OLE color: 8060606.
HSL color Cylindrical-coordinate representation of color #BEFE7A: hue angle of 89.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEFE7A is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 122 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.00 |
| HSL | 89.09º | 0.99% | 0.74% | - |
| HSV(B) | 89.09º | 0.52% | 1% | - |
| XYZ | 60.19 | 83.24 | 31.31 | - |
| YUV | 219.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 122 | 0.25 | 0 | 0.52 | 0.00 | 89.09 | 0.99 | 0.74 |
| Hex | BE | FE | 7A | 19 | 0 | 34 | 0 | 59 | 63 | 4A |
| Octal | 276 | 376 | 172 | 31 | 0 | 64 | 0 | 131 | 143 | 112 |
| Binary | 10111110 | 11111110 | 1111010 | 11001 | 0 | 110100 | 0 | 1011001 | 1100011 | 1001010 |
Color Harmonies of #BEFE7A
Complementary color
Monochromatic Colors of #BEFE7A
Black with #BEFE7A
Text Example
Text Example
White with #BEFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE7A; }
p { color: rgb(190,254,122); }
H1.HeaderClassName
{
color: #BEFE7A;
}
.AnyTagClassName
{
color: #BEFE7A;
}
</style>
background-color css
<style>
a { background-color: #BEFE7A; }
a { background-color: rgb(190,254,122); }
div.DivClassName
{
background-color: #BEFE7A;
}
.BgClassName
{
background-color: #BEFE7A;
}
</style>
border-color css
<style>
span { border-color: #BEFE7A; }
span { border-color: rgb(190,254,122); }
td.TdClassName
{
border-color: #BEFE7A;
}
.TagClassName
{
border-color: #BEFE7A;
}
</style>