Shades of Sulu #BEEF70
Tints of Sulu #BEEF70
RGB
CMYK
RGB Variations
Color information
#BEEF70 (or 0xBEEF70) is known color: Sulu. HEX triplet: BE, EF and 70. RGB value is (190,239,112). Sum of RGB (Red+Green+Blue) = 190+239+112=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF70 is #41108F. Grayscale: #D2D2D2. Windows color (decimal): -4264080 or 7401406. OLE color: 7401406.
HSL color Cylindrical-coordinate representation of color #BEEF70: hue angle of 83.15º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEEF70 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 112 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.06 |
| HSL | 83.15º | 0.8% | 0.69% | - |
| HSV(B) | 83.15º | 0.53% | 0.94% | - |
| XYZ | 55.03 | 73.85 | 26.68 | - |
| YUV | 209.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 112 | 0.21 | 0 | 0.53 | 0.06 | 83.15 | 0.8 | 0.69 |
| Hex | BE | EF | 70 | 15 | 0 | 35 | 6 | 53 | 50 | 45 |
| Octal | 276 | 357 | 160 | 25 | 0 | 65 | 6 | 123 | 120 | 105 |
| Binary | 10111110 | 11101111 | 1110000 | 10101 | 0 | 110101 | 110 | 1010011 | 1010000 | 1000101 |
Color Harmonies of #BEEF70
Complementary color
Monochromatic Colors of #BEEF70
Black with #BEEF70
Text Example
Text Example
White with #BEEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF70; }
p { color: rgb(190,239,112); }
H1.HeaderClassName
{
color: #BEEF70;
}
.AnyTagClassName
{
color: #BEEF70;
}
</style>
background-color css
<style>
a { background-color: #BEEF70; }
a { background-color: rgb(190,239,112); }
div.DivClassName
{
background-color: #BEEF70;
}
.BgClassName
{
background-color: #BEEF70;
}
</style>
border-color css
<style>
span { border-color: #BEEF70; }
span { border-color: rgb(190,239,112); }
td.TdClassName
{
border-color: #BEEF70;
}
.TagClassName
{
border-color: #BEEF70;
}
</style>