Shades of Sulu #BEDF7D
Tints of Sulu #BEDF7D
RGB
CMYK
RGB Variations
Color information
#BEDF7D (or 0xBEDF7D) is known color: Sulu. HEX triplet: BE, DF and 7D. RGB value is (190,223,125). Sum of RGB (Red+Green+Blue) = 190+223+125=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF7D is #412082. Grayscale: #CACACA. Windows color (decimal): -4268163 or 8249278. OLE color: 8249278.
HSL color Cylindrical-coordinate representation of color #BEDF7D: hue angle of 80.2º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEDF7D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 125 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.13 |
| HSL | 80.2º | 0.6% | 0.68% | - |
| HSV(B) | 80.2º | 0.44% | 0.87% | - |
| XYZ | 51.32 | 65.2 | 29.28 | - |
| YUV | 201.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 125 | 0.15 | 0 | 0.44 | 0.13 | 80.2 | 0.6 | 0.68 |
| Hex | BE | DF | 7D | F | 0 | 2C | D | 50 | 3C | 44 |
| Octal | 276 | 337 | 175 | 17 | 0 | 54 | 15 | 120 | 74 | 104 |
| Binary | 10111110 | 11011111 | 1111101 | 1111 | 0 | 101100 | 1101 | 1010000 | 111100 | 1000100 |
Color Harmonies of #BEDF7D
Complementary color
Monochromatic Colors of #BEDF7D
Black with #BEDF7D
Text Example
Text Example
White with #BEDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF7D; }
p { color: rgb(190,223,125); }
H1.HeaderClassName
{
color: #BEDF7D;
}
.AnyTagClassName
{
color: #BEDF7D;
}
</style>
background-color css
<style>
a { background-color: #BEDF7D; }
a { background-color: rgb(190,223,125); }
div.DivClassName
{
background-color: #BEDF7D;
}
.BgClassName
{
background-color: #BEDF7D;
}
</style>
border-color css
<style>
span { border-color: #BEDF7D; }
span { border-color: rgb(190,223,125); }
td.TdClassName
{
border-color: #BEDF7D;
}
.TagClassName
{
border-color: #BEDF7D;
}
</style>