Shades of Sulu #BEDA71
Tints of Sulu #BEDA71
RGB
CMYK
RGB Variations
Color information
#BEDA71 (or 0xBEDA71) is known color: Sulu. HEX triplet: BE, DA and 71. RGB value is (190,218,113). Sum of RGB (Red+Green+Blue) = 190+218+113=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA71 is #41258E. Grayscale: #C6C6C6. Windows color (decimal): -4269455 or 7461566. OLE color: 7461566.
HSL color Cylindrical-coordinate representation of color #BEDA71: hue angle of 76º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEDA71 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 113 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.15 |
| HSL | 76º | 0.59% | 0.65% | - |
| HSV(B) | 76º | 0.48% | 0.85% | - |
| XYZ | 49.29 | 62.28 | 25.05 | - |
| YUV | 197.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 113 | 0.13 | 0 | 0.48 | 0.15 | 76 | 0.59 | 0.65 |
| Hex | BE | DA | 71 | D | 0 | 30 | F | 4C | 3B | 41 |
| Octal | 276 | 332 | 161 | 15 | 0 | 60 | 17 | 114 | 73 | 101 |
| Binary | 10111110 | 11011010 | 1110001 | 1101 | 0 | 110000 | 1111 | 1001100 | 111011 | 1000001 |
Color Harmonies of #BEDA71
Complementary color
Monochromatic Colors of #BEDA71
Black with #BEDA71
Text Example
Text Example
White with #BEDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA71; }
p { color: rgb(190,218,113); }
H1.HeaderClassName
{
color: #BEDA71;
}
.AnyTagClassName
{
color: #BEDA71;
}
</style>
background-color css
<style>
a { background-color: #BEDA71; }
a { background-color: rgb(190,218,113); }
div.DivClassName
{
background-color: #BEDA71;
}
.BgClassName
{
background-color: #BEDA71;
}
</style>
border-color css
<style>
span { border-color: #BEDA71; }
span { border-color: rgb(190,218,113); }
td.TdClassName
{
border-color: #BEDA71;
}
.TagClassName
{
border-color: #BEDA71;
}
</style>