Shades of Sulu #BEF170
Tints of Sulu #BEF170
RGB
CMYK
RGB Variations
Color information
#BEF170 (or 0xBEF170) is known color: Sulu. HEX triplet: BE, F1 and 70. RGB value is (190,241,112). Sum of RGB (Red+Green+Blue) = 190+241+112=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF170 is #410E8F. Grayscale: #D3D3D3. Windows color (decimal): -4263568 or 7401918. OLE color: 7401918.
HSL color Cylindrical-coordinate representation of color #BEF170: hue angle of 83.72º degrees, saturation: 0.82, 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 #BEF170 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 112 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.05 |
| HSL | 83.72º | 0.82% | 0.69% | - |
| HSV(B) | 83.72º | 0.54% | 0.95% | - |
| XYZ | 55.62 | 75.03 | 26.88 | - |
| YUV | 211.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 112 | 0.21 | 0 | 0.54 | 0.05 | 83.72 | 0.82 | 0.69 |
| Hex | BE | F1 | 70 | 15 | 0 | 36 | 5 | 54 | 52 | 45 |
| Octal | 276 | 361 | 160 | 25 | 0 | 66 | 5 | 124 | 122 | 105 |
| Binary | 10111110 | 11110001 | 1110000 | 10101 | 0 | 110110 | 101 | 1010100 | 1010010 | 1000101 |
Color Harmonies of #BEF170
Complementary color
Monochromatic Colors of #BEF170
Black with #BEF170
Text Example
Text Example
White with #BEF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF170; }
p { color: rgb(190,241,112); }
H1.HeaderClassName
{
color: #BEF170;
}
.AnyTagClassName
{
color: #BEF170;
}
</style>
background-color css
<style>
a { background-color: #BEF170; }
a { background-color: rgb(190,241,112); }
div.DivClassName
{
background-color: #BEF170;
}
.BgClassName
{
background-color: #BEF170;
}
</style>
border-color css
<style>
span { border-color: #BEF170; }
span { border-color: rgb(190,241,112); }
td.TdClassName
{
border-color: #BEF170;
}
.TagClassName
{
border-color: #BEF170;
}
</style>