Shades of Sulu #BEDF80
Tints of Sulu #BEDF80
RGB
CMYK
RGB Variations
Color information
#BEDF80 (or 0xBEDF80) is known color: Sulu. HEX triplet: BE, DF and 80. RGB value is (190,223,128). Sum of RGB (Red+Green+Blue) = 190+223+128=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF80 is #41207F. Grayscale: #CACACA. Windows color (decimal): -4268160 or 8445886. OLE color: 8445886.
HSL color Cylindrical-coordinate representation of color #BEDF80: hue angle of 80.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEDF80 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 128 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.13 |
| HSL | 80.84º | 0.6% | 0.69% | - |
| HSV(B) | 80.84º | 0.43% | 0.87% | - |
| XYZ | 51.52 | 65.28 | 30.31 | - |
| YUV | 202.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 128 | 0.15 | 0 | 0.43 | 0.13 | 80.84 | 0.6 | 0.69 |
| Hex | BE | DF | 80 | F | 0 | 2B | D | 51 | 3C | 45 |
| Octal | 276 | 337 | 200 | 17 | 0 | 53 | 15 | 121 | 74 | 105 |
| Binary | 10111110 | 11011111 | 10000000 | 1111 | 0 | 101011 | 1101 | 1010001 | 111100 | 1000101 |
Color Harmonies of #BEDF80
Complementary color
Monochromatic Colors of #BEDF80
Black with #BEDF80
Text Example
Text Example
White with #BEDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF80; }
p { color: rgb(190,223,128); }
H1.HeaderClassName
{
color: #BEDF80;
}
.AnyTagClassName
{
color: #BEDF80;
}
</style>
background-color css
<style>
a { background-color: #BEDF80; }
a { background-color: rgb(190,223,128); }
div.DivClassName
{
background-color: #BEDF80;
}
.BgClassName
{
background-color: #BEDF80;
}
</style>
border-color css
<style>
span { border-color: #BEDF80; }
span { border-color: rgb(190,223,128); }
td.TdClassName
{
border-color: #BEDF80;
}
.TagClassName
{
border-color: #BEDF80;
}
</style>