Shades of Sulu #BEED8F
Tints of Sulu #BEED8F
RGB
CMYK
RGB Variations
Color information
#BEED8F (or 0xBEED8F) is known color: Sulu. HEX triplet: BE, ED and 8F. RGB value is (190,237,143). Sum of RGB (Red+Green+Blue) = 190+237+143=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED8F is #411270. Grayscale: #D4D4D4. Windows color (decimal): -4264561 or 9432510. OLE color: 9432510.
HSL color Cylindrical-coordinate representation of color #BEED8F: hue angle of 90º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEED8F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 143 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.07 |
| HSL | 90º | 0.72% | 0.75% | - |
| HSV(B) | 90º | 0.4% | 0.93% | - |
| XYZ | 56.48 | 73.5 | 37.2 | - |
| YUV | 212.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 143 | 0.20 | 0 | 0.40 | 0.07 | 90 | 0.72 | 0.75 |
| Hex | BE | ED | 8F | 14 | 0 | 28 | 7 | 5A | 48 | 4B |
| Octal | 276 | 355 | 217 | 24 | 0 | 50 | 7 | 132 | 110 | 113 |
| Binary | 10111110 | 11101101 | 10001111 | 10100 | 0 | 101000 | 111 | 1011010 | 1001000 | 1001011 |
Color Harmonies of #BEED8F
Complementary color
Monochromatic Colors of #BEED8F
Black with #BEED8F
Text Example
Text Example
White with #BEED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED8F; }
p { color: rgb(190,237,143); }
H1.HeaderClassName
{
color: #BEED8F;
}
.AnyTagClassName
{
color: #BEED8F;
}
</style>
background-color css
<style>
a { background-color: #BEED8F; }
a { background-color: rgb(190,237,143); }
div.DivClassName
{
background-color: #BEED8F;
}
.BgClassName
{
background-color: #BEED8F;
}
</style>
border-color css
<style>
span { border-color: #BEED8F; }
span { border-color: rgb(190,237,143); }
td.TdClassName
{
border-color: #BEED8F;
}
.TagClassName
{
border-color: #BEED8F;
}
</style>