Shades of Sulu #BEDF70
Tints of Sulu #BEDF70
RGB
CMYK
RGB Variations
Color information
#BEDF70 (or 0xBEDF70) is known color: Sulu. HEX triplet: BE, DF and 70. RGB value is (190,223,112). Sum of RGB (Red+Green+Blue) = 190+223+112=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF70 is #41208F. Grayscale: #C8C8C8. Windows color (decimal): -4268176 or 7397310. OLE color: 7397310.
HSL color Cylindrical-coordinate representation of color #BEDF70: hue angle of 77.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDF70 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 112 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.13 |
| HSL | 77.84º | 0.63% | 0.66% | - |
| HSV(B) | 77.84º | 0.5% | 0.87% | - |
| XYZ | 50.55 | 64.89 | 25.19 | - |
| YUV | 200.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 112 | 0.15 | 0 | 0.50 | 0.13 | 77.84 | 0.63 | 0.66 |
| Hex | BE | DF | 70 | F | 0 | 32 | D | 4E | 3F | 42 |
| Octal | 276 | 337 | 160 | 17 | 0 | 62 | 15 | 116 | 77 | 102 |
| Binary | 10111110 | 11011111 | 1110000 | 1111 | 0 | 110010 | 1101 | 1001110 | 111111 | 1000010 |
Color Harmonies of #BEDF70
Complementary color
Monochromatic Colors of #BEDF70
Black with #BEDF70
Text Example
Text Example
White with #BEDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF70; }
p { color: rgb(190,223,112); }
H1.HeaderClassName
{
color: #BEDF70;
}
.AnyTagClassName
{
color: #BEDF70;
}
</style>
background-color css
<style>
a { background-color: #BEDF70; }
a { background-color: rgb(190,223,112); }
div.DivClassName
{
background-color: #BEDF70;
}
.BgClassName
{
background-color: #BEDF70;
}
</style>
border-color css
<style>
span { border-color: #BEDF70; }
span { border-color: rgb(190,223,112); }
td.TdClassName
{
border-color: #BEDF70;
}
.TagClassName
{
border-color: #BEDF70;
}
</style>