Shades of Sulu #BEDE77
Tints of Sulu #BEDE77
RGB
CMYK
RGB Variations
Color information
#BEDE77 (or 0xBEDE77) is known color: Sulu. HEX triplet: BE, DE and 77. RGB value is (190,222,119). Sum of RGB (Red+Green+Blue) = 190+222+119=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE77 is #412188. Grayscale: #C9C9C9. Windows color (decimal): -4268425 or 7855806. OLE color: 7855806.
HSL color Cylindrical-coordinate representation of color #BEDE77: hue angle of 78.64º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEDE77 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 119 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.13 |
| HSL | 78.64º | 0.61% | 0.67% | - |
| HSV(B) | 78.64º | 0.46% | 0.87% | - |
| XYZ | 50.69 | 64.52 | 27.24 | - |
| YUV | 200.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 119 | 0.14 | 0 | 0.46 | 0.13 | 78.64 | 0.61 | 0.67 |
| Hex | BE | DE | 77 | E | 0 | 2E | D | 4F | 3D | 43 |
| Octal | 276 | 336 | 167 | 16 | 0 | 56 | 15 | 117 | 75 | 103 |
| Binary | 10111110 | 11011110 | 1110111 | 1110 | 0 | 101110 | 1101 | 1001111 | 111101 | 1000011 |
Color Harmonies of #BEDE77
Complementary color
Monochromatic Colors of #BEDE77
Black with #BEDE77
Text Example
Text Example
White with #BEDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE77; }
p { color: rgb(190,222,119); }
H1.HeaderClassName
{
color: #BEDE77;
}
.AnyTagClassName
{
color: #BEDE77;
}
</style>
background-color css
<style>
a { background-color: #BEDE77; }
a { background-color: rgb(190,222,119); }
div.DivClassName
{
background-color: #BEDE77;
}
.BgClassName
{
background-color: #BEDE77;
}
</style>
border-color css
<style>
span { border-color: #BEDE77; }
span { border-color: rgb(190,222,119); }
td.TdClassName
{
border-color: #BEDE77;
}
.TagClassName
{
border-color: #BEDE77;
}
</style>