Shades of Sulu #BED77F
Tints of Sulu #BED77F
RGB
CMYK
RGB Variations
Color information
#BED77F (or 0xBED77F) is known color: Sulu. HEX triplet: BE, D7 and 7F. RGB value is (190,215,127). Sum of RGB (Red+Green+Blue) = 190+215+127=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #BED77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED77F is #412880. Grayscale: #C5C5C5. Windows color (decimal): -4270209 or 8378302. OLE color: 8378302.
HSL color Cylindrical-coordinate representation of color #BED77F: hue angle of 77.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED77F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 127 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.16 |
| HSL | 77.05º | 0.52% | 0.67% | - |
| HSV(B) | 77.05º | 0.41% | 0.84% | - |
| XYZ | 49.37 | 61.08 | 29.27 | - |
| YUV | 197.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 127 | 0.12 | 0 | 0.41 | 0.16 | 77.05 | 0.52 | 0.67 |
| Hex | BE | D7 | 7F | C | 0 | 29 | 10 | 4D | 34 | 43 |
| Octal | 276 | 327 | 177 | 14 | 0 | 51 | 20 | 115 | 64 | 103 |
| Binary | 10111110 | 11010111 | 1111111 | 1100 | 0 | 101001 | 10000 | 1001101 | 110100 | 1000011 |
Color Harmonies of #BED77F
Complementary color
Monochromatic Colors of #BED77F
Black with #BED77F
Text Example
Text Example
White with #BED77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED77F; }
p { color: rgb(190,215,127); }
H1.HeaderClassName
{
color: #BED77F;
}
.AnyTagClassName
{
color: #BED77F;
}
</style>
background-color css
<style>
a { background-color: #BED77F; }
a { background-color: rgb(190,215,127); }
div.DivClassName
{
background-color: #BED77F;
}
.BgClassName
{
background-color: #BED77F;
}
</style>
border-color css
<style>
span { border-color: #BED77F; }
span { border-color: rgb(190,215,127); }
td.TdClassName
{
border-color: #BED77F;
}
.TagClassName
{
border-color: #BED77F;
}
</style>