Shades of Sulu #BEDF81
Tints of Sulu #BEDF81
RGB
CMYK
RGB Variations
Color information
#BEDF81 (or 0xBEDF81) is known color: Sulu. HEX triplet: BE, DF and 81. RGB value is (190,223,129). Sum of RGB (Red+Green+Blue) = 190+223+129=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF81 is #41207E. Grayscale: #CACACA. Windows color (decimal): -4268159 or 8511422. OLE color: 8511422.
HSL color Cylindrical-coordinate representation of color #BEDF81: hue angle of 81.06º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDF81 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 129 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.13 |
| HSL | 81.06º | 0.59% | 0.69% | - |
| HSV(B) | 81.06º | 0.42% | 0.87% | - |
| XYZ | 51.59 | 65.31 | 30.66 | - |
| YUV | 202.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 129 | 0.15 | 0 | 0.42 | 0.13 | 81.06 | 0.59 | 0.69 |
| Hex | BE | DF | 81 | F | 0 | 2A | D | 51 | 3B | 45 |
| Octal | 276 | 337 | 201 | 17 | 0 | 52 | 15 | 121 | 73 | 105 |
| Binary | 10111110 | 11011111 | 10000001 | 1111 | 0 | 101010 | 1101 | 1010001 | 111011 | 1000101 |
Color Harmonies of #BEDF81
Complementary color
Monochromatic Colors of #BEDF81
Black with #BEDF81
Text Example
Text Example
White with #BEDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF81; }
p { color: rgb(190,223,129); }
H1.HeaderClassName
{
color: #BEDF81;
}
.AnyTagClassName
{
color: #BEDF81;
}
</style>
background-color css
<style>
a { background-color: #BEDF81; }
a { background-color: rgb(190,223,129); }
div.DivClassName
{
background-color: #BEDF81;
}
.BgClassName
{
background-color: #BEDF81;
}
</style>
border-color css
<style>
span { border-color: #BEDF81; }
span { border-color: rgb(190,223,129); }
td.TdClassName
{
border-color: #BEDF81;
}
.TagClassName
{
border-color: #BEDF81;
}
</style>