Shades of Sulu #BEF285
Tints of Sulu #BEF285
RGB
CMYK
RGB Variations
Color information
#BEF285 (or 0xBEF285) is known color: Sulu. HEX triplet: BE, F2 and 85. RGB value is (190,242,133). Sum of RGB (Red+Green+Blue) = 190+242+133=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF285 is #410D7A. Grayscale: #D6D6D6. Windows color (decimal): -4263291 or 8778430. OLE color: 8778430.
HSL color Cylindrical-coordinate representation of color #BEF285: hue angle of 88.62º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF285 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 133 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.05 |
| HSL | 88.62º | 0.81% | 0.74% | - |
| HSV(B) | 88.62º | 0.45% | 0.95% | - |
| XYZ | 57.22 | 76.14 | 33.87 | - |
| YUV | 214.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 133 | 0.21 | 0 | 0.45 | 0.05 | 88.62 | 0.81 | 0.74 |
| Hex | BE | F2 | 85 | 15 | 0 | 2D | 5 | 59 | 51 | 4A |
| Octal | 276 | 362 | 205 | 25 | 0 | 55 | 5 | 131 | 121 | 112 |
| Binary | 10111110 | 11110010 | 10000101 | 10101 | 0 | 101101 | 101 | 1011001 | 1010001 | 1001010 |
Color Harmonies of #BEF285
Complementary color
Monochromatic Colors of #BEF285
Black with #BEF285
Text Example
Text Example
White with #BEF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF285; }
p { color: rgb(190,242,133); }
H1.HeaderClassName
{
color: #BEF285;
}
.AnyTagClassName
{
color: #BEF285;
}
</style>
background-color css
<style>
a { background-color: #BEF285; }
a { background-color: rgb(190,242,133); }
div.DivClassName
{
background-color: #BEF285;
}
.BgClassName
{
background-color: #BEF285;
}
</style>
border-color css
<style>
span { border-color: #BEF285; }
span { border-color: rgb(190,242,133); }
td.TdClassName
{
border-color: #BEF285;
}
.TagClassName
{
border-color: #BEF285;
}
</style>