Shades of Sulu #BEF575
Tints of Sulu #BEF575
RGB
CMYK
RGB Variations
Color information
#BEF575 (or 0xBEF575) is known color: Sulu. HEX triplet: BE, F5 and 75. RGB value is (190,245,117). Sum of RGB (Red+Green+Blue) = 190+245+117=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF575 is #410A8A. Grayscale: #D6D6D6. Windows color (decimal): -4262539 or 7730622. OLE color: 7730622.
HSL color Cylindrical-coordinate representation of color #BEF575: hue angle of 85.78º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEF575 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 117 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.04 |
| HSL | 85.78º | 0.86% | 0.71% | - |
| HSV(B) | 85.78º | 0.52% | 0.96% | - |
| XYZ | 57.1 | 77.54 | 28.79 | - |
| YUV | 213.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 117 | 0.22 | 0 | 0.52 | 0.04 | 85.78 | 0.86 | 0.71 |
| Hex | BE | F5 | 75 | 16 | 0 | 34 | 4 | 56 | 56 | 47 |
| Octal | 276 | 365 | 165 | 26 | 0 | 64 | 4 | 126 | 126 | 107 |
| Binary | 10111110 | 11110101 | 1110101 | 10110 | 0 | 110100 | 100 | 1010110 | 1010110 | 1000111 |
Color Harmonies of #BEF575
Complementary color
Monochromatic Colors of #BEF575
Black with #BEF575
Text Example
Text Example
White with #BEF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF575; }
p { color: rgb(190,245,117); }
H1.HeaderClassName
{
color: #BEF575;
}
.AnyTagClassName
{
color: #BEF575;
}
</style>
background-color css
<style>
a { background-color: #BEF575; }
a { background-color: rgb(190,245,117); }
div.DivClassName
{
background-color: #BEF575;
}
.BgClassName
{
background-color: #BEF575;
}
</style>
border-color css
<style>
span { border-color: #BEF575; }
span { border-color: rgb(190,245,117); }
td.TdClassName
{
border-color: #BEF575;
}
.TagClassName
{
border-color: #BEF575;
}
</style>