Shades of Sulu #BEDB7D
Tints of Sulu #BEDB7D
RGB
CMYK
RGB Variations
Color information
#BEDB7D (or 0xBEDB7D) is known color: Sulu. HEX triplet: BE, DB and 7D. RGB value is (190,219,125). Sum of RGB (Red+Green+Blue) = 190+219+125=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB7D is #412482. Grayscale: #C7C7C7. Windows color (decimal): -4269187 or 8248254. OLE color: 8248254.
HSL color Cylindrical-coordinate representation of color #BEDB7D: hue angle of 78.51º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEDB7D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 125 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.14 |
| HSL | 78.51º | 0.57% | 0.67% | - |
| HSV(B) | 78.51º | 0.43% | 0.86% | - |
| XYZ | 50.27 | 63.09 | 28.93 | - |
| YUV | 199.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 125 | 0.13 | 0 | 0.43 | 0.14 | 78.51 | 0.57 | 0.67 |
| Hex | BE | DB | 7D | D | 0 | 2B | E | 4F | 39 | 43 |
| Octal | 276 | 333 | 175 | 15 | 0 | 53 | 16 | 117 | 71 | 103 |
| Binary | 10111110 | 11011011 | 1111101 | 1101 | 0 | 101011 | 1110 | 1001111 | 111001 | 1000011 |
Color Harmonies of #BEDB7D
Complementary color
Monochromatic Colors of #BEDB7D
Black with #BEDB7D
Text Example
Text Example
White with #BEDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB7D; }
p { color: rgb(190,219,125); }
H1.HeaderClassName
{
color: #BEDB7D;
}
.AnyTagClassName
{
color: #BEDB7D;
}
</style>
background-color css
<style>
a { background-color: #BEDB7D; }
a { background-color: rgb(190,219,125); }
div.DivClassName
{
background-color: #BEDB7D;
}
.BgClassName
{
background-color: #BEDB7D;
}
</style>
border-color css
<style>
span { border-color: #BEDB7D; }
span { border-color: rgb(190,219,125); }
td.TdClassName
{
border-color: #BEDB7D;
}
.TagClassName
{
border-color: #BEDB7D;
}
</style>