Shades of Sulu #BEDF74
Tints of Sulu #BEDF74
RGB
CMYK
RGB Variations
Color information
#BEDF74 (or 0xBEDF74) is known color: Sulu. HEX triplet: BE, DF and 74. RGB value is (190,223,116). Sum of RGB (Red+Green+Blue) = 190+223+116=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF74 is #41208B. Grayscale: #C9C9C9. Windows color (decimal): -4268172 or 7659454. OLE color: 7659454.
HSL color Cylindrical-coordinate representation of color #BEDF74: hue angle of 78.5º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEDF74 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 116 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.13 |
| HSL | 78.5º | 0.63% | 0.66% | - |
| HSV(B) | 78.5º | 0.48% | 0.87% | - |
| XYZ | 50.78 | 64.98 | 26.39 | - |
| YUV | 200.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 116 | 0.15 | 0 | 0.48 | 0.13 | 78.5 | 0.63 | 0.66 |
| Hex | BE | DF | 74 | F | 0 | 30 | D | 4F | 3F | 42 |
| Octal | 276 | 337 | 164 | 17 | 0 | 60 | 15 | 117 | 77 | 102 |
| Binary | 10111110 | 11011111 | 1110100 | 1111 | 0 | 110000 | 1101 | 1001111 | 111111 | 1000010 |
Color Harmonies of #BEDF74
Complementary color
Monochromatic Colors of #BEDF74
Black with #BEDF74
Text Example
Text Example
White with #BEDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF74; }
p { color: rgb(190,223,116); }
H1.HeaderClassName
{
color: #BEDF74;
}
.AnyTagClassName
{
color: #BEDF74;
}
</style>
background-color css
<style>
a { background-color: #BEDF74; }
a { background-color: rgb(190,223,116); }
div.DivClassName
{
background-color: #BEDF74;
}
.BgClassName
{
background-color: #BEDF74;
}
</style>
border-color css
<style>
span { border-color: #BEDF74; }
span { border-color: rgb(190,223,116); }
td.TdClassName
{
border-color: #BEDF74;
}
.TagClassName
{
border-color: #BEDF74;
}
</style>