Shades of Sulu #BEF270
Tints of Sulu #BEF270
RGB
CMYK
RGB Variations
Color information
#BEF270 (or 0xBEF270) is known color: Sulu. HEX triplet: BE, F2 and 70. RGB value is (190,242,112). Sum of RGB (Red+Green+Blue) = 190+242+112=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF270 is #410D8F. Grayscale: #D4D4D4. Windows color (decimal): -4263312 or 7402174. OLE color: 7402174.
HSL color Cylindrical-coordinate representation of color #BEF270: hue angle of 84º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEF270 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 112 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.05 |
| HSL | 84º | 0.83% | 0.69% | - |
| HSV(B) | 84º | 0.54% | 0.95% | - |
| XYZ | 55.91 | 75.62 | 26.98 | - |
| YUV | 211.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 112 | 0.21 | 0 | 0.54 | 0.05 | 84 | 0.83 | 0.69 |
| Hex | BE | F2 | 70 | 15 | 0 | 36 | 5 | 54 | 53 | 45 |
| Octal | 276 | 362 | 160 | 25 | 0 | 66 | 5 | 124 | 123 | 105 |
| Binary | 10111110 | 11110010 | 1110000 | 10101 | 0 | 110110 | 101 | 1010100 | 1010011 | 1000101 |
Color Harmonies of #BEF270
Complementary color
Monochromatic Colors of #BEF270
Black with #BEF270
Text Example
Text Example
White with #BEF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF270; }
p { color: rgb(190,242,112); }
H1.HeaderClassName
{
color: #BEF270;
}
.AnyTagClassName
{
color: #BEF270;
}
</style>
background-color css
<style>
a { background-color: #BEF270; }
a { background-color: rgb(190,242,112); }
div.DivClassName
{
background-color: #BEF270;
}
.BgClassName
{
background-color: #BEF270;
}
</style>
border-color css
<style>
span { border-color: #BEF270; }
span { border-color: rgb(190,242,112); }
td.TdClassName
{
border-color: #BEF270;
}
.TagClassName
{
border-color: #BEF270;
}
</style>