Shades of Sulu #BEED7A
Tints of Sulu #BEED7A
RGB
CMYK
RGB Variations
Color information
#BEED7A (or 0xBEED7A) is known color: Sulu. HEX triplet: BE, ED and 7A. RGB value is (190,237,122). Sum of RGB (Red+Green+Blue) = 190+237+122=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED7A is #411285. Grayscale: #D2D2D2. Windows color (decimal): -4264582 or 8056254. OLE color: 8056254.
HSL color Cylindrical-coordinate representation of color #BEED7A: hue angle of 84.52º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEED7A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 122 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.07 |
| HSL | 84.52º | 0.76% | 0.7% | - |
| HSV(B) | 84.52º | 0.49% | 0.93% | - |
| XYZ | 55.03 | 72.92 | 29.59 | - |
| YUV | 209.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 122 | 0.20 | 0 | 0.49 | 0.07 | 84.52 | 0.76 | 0.7 |
| Hex | BE | ED | 7A | 14 | 0 | 31 | 7 | 55 | 4C | 46 |
| Octal | 276 | 355 | 172 | 24 | 0 | 61 | 7 | 125 | 114 | 106 |
| Binary | 10111110 | 11101101 | 1111010 | 10100 | 0 | 110001 | 111 | 1010101 | 1001100 | 1000110 |
Color Harmonies of #BEED7A
Complementary color
Monochromatic Colors of #BEED7A
Black with #BEED7A
Text Example
Text Example
White with #BEED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED7A; }
p { color: rgb(190,237,122); }
H1.HeaderClassName
{
color: #BEED7A;
}
.AnyTagClassName
{
color: #BEED7A;
}
</style>
background-color css
<style>
a { background-color: #BEED7A; }
a { background-color: rgb(190,237,122); }
div.DivClassName
{
background-color: #BEED7A;
}
.BgClassName
{
background-color: #BEED7A;
}
</style>
border-color css
<style>
span { border-color: #BEED7A; }
span { border-color: rgb(190,237,122); }
td.TdClassName
{
border-color: #BEED7A;
}
.TagClassName
{
border-color: #BEED7A;
}
</style>