Shades of Sulu #BEFC85
Tints of Sulu #BEFC85
RGB
CMYK
RGB Variations
Color information
#BEFC85 (or 0xBEFC85) is known color: Sulu. HEX triplet: BE, FC and 85. RGB value is (190,252,133). Sum of RGB (Red+Green+Blue) = 190+252+133=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC85 is #41037A. Grayscale: #DCDCDC. Windows color (decimal): -4260731 or 8780990. OLE color: 8780990.
HSL color Cylindrical-coordinate representation of color #BEFC85: hue angle of 91.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEFC85 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 133 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.01 |
| HSL | 91.26º | 0.95% | 0.75% | - |
| HSV(B) | 91.26º | 0.47% | 0.99% | - |
| XYZ | 60.28 | 82.26 | 34.89 | - |
| YUV | 219.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 133 | 0.25 | 0 | 0.47 | 0.01 | 91.26 | 0.95 | 0.75 |
| Hex | BE | FC | 85 | 19 | 0 | 2F | 1 | 5B | 5F | 4B |
| Octal | 276 | 374 | 205 | 31 | 0 | 57 | 1 | 133 | 137 | 113 |
| Binary | 10111110 | 11111100 | 10000101 | 11001 | 0 | 101111 | 1 | 1011011 | 1011111 | 1001011 |
Color Harmonies of #BEFC85
Complementary color
Monochromatic Colors of #BEFC85
Black with #BEFC85
Text Example
Text Example
White with #BEFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC85; }
p { color: rgb(190,252,133); }
H1.HeaderClassName
{
color: #BEFC85;
}
.AnyTagClassName
{
color: #BEFC85;
}
</style>
background-color css
<style>
a { background-color: #BEFC85; }
a { background-color: rgb(190,252,133); }
div.DivClassName
{
background-color: #BEFC85;
}
.BgClassName
{
background-color: #BEFC85;
}
</style>
border-color css
<style>
span { border-color: #BEFC85; }
span { border-color: rgb(190,252,133); }
td.TdClassName
{
border-color: #BEFC85;
}
.TagClassName
{
border-color: #BEFC85;
}
</style>