Shades of Sulu #BEF072
Tints of Sulu #BEF072
RGB
CMYK
RGB Variations
Color information
#BEF072 (or 0xBEF072) is known color: Sulu. HEX triplet: BE, F0 and 72. RGB value is (190,240,114). Sum of RGB (Red+Green+Blue) = 190+240+114=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF072 is #410F8D. Grayscale: #D3D3D3. Windows color (decimal): -4263822 or 7532734. OLE color: 7532734.
HSL color Cylindrical-coordinate representation of color #BEF072: hue angle of 83.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEF072 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 114 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.06 |
| HSL | 83.81º | 0.81% | 0.69% | - |
| HSV(B) | 83.81º | 0.53% | 0.94% | - |
| XYZ | 55.43 | 74.48 | 27.37 | - |
| YUV | 210.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 114 | 0.21 | 0 | 0.52 | 0.06 | 83.81 | 0.81 | 0.69 |
| Hex | BE | F0 | 72 | 15 | 0 | 34 | 6 | 54 | 51 | 45 |
| Octal | 276 | 360 | 162 | 25 | 0 | 64 | 6 | 124 | 121 | 105 |
| Binary | 10111110 | 11110000 | 1110010 | 10101 | 0 | 110100 | 110 | 1010100 | 1010001 | 1000101 |
Color Harmonies of #BEF072
Complementary color
Monochromatic Colors of #BEF072
Black with #BEF072
Text Example
Text Example
White with #BEF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF072; }
p { color: rgb(190,240,114); }
H1.HeaderClassName
{
color: #BEF072;
}
.AnyTagClassName
{
color: #BEF072;
}
</style>
background-color css
<style>
a { background-color: #BEF072; }
a { background-color: rgb(190,240,114); }
div.DivClassName
{
background-color: #BEF072;
}
.BgClassName
{
background-color: #BEF072;
}
</style>
border-color css
<style>
span { border-color: #BEF072; }
span { border-color: rgb(190,240,114); }
td.TdClassName
{
border-color: #BEF072;
}
.TagClassName
{
border-color: #BEF072;
}
</style>