Shades of Conifer #BEDE57
Tints of Conifer #BEDE57
RGB
CMYK
RGB Variations
Color information
#BEDE57 (or 0xBEDE57) is known color: Conifer. HEX triplet: BE, DE and 57. RGB value is (190,222,87). Sum of RGB (Red+Green+Blue) = 190+222+87=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE57 is #4121A8. Grayscale: #C5C5C5. Windows color (decimal): -4268457 or 5758654. OLE color: 5758654.
HSL color Cylindrical-coordinate representation of color #BEDE57: hue angle of 74.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEDE57 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 87 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.13 |
| HSL | 74.22º | 0.67% | 0.61% | - |
| HSV(B) | 74.22º | 0.61% | 0.87% | - |
| XYZ | 49.08 | 63.88 | 18.76 | - |
| YUV | 197.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 87 | 0.14 | 0 | 0.61 | 0.13 | 74.22 | 0.67 | 0.61 |
| Hex | BE | DE | 57 | E | 0 | 3D | D | 4A | 43 | 3D |
| Octal | 276 | 336 | 127 | 16 | 0 | 75 | 15 | 112 | 103 | 75 |
| Binary | 10111110 | 11011110 | 1010111 | 1110 | 0 | 111101 | 1101 | 1001010 | 1000011 | 111101 |
Color Harmonies of #BEDE57
Complementary color
Monochromatic Colors of #BEDE57
Black with #BEDE57
Text Example
Text Example
White with #BEDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE57; }
p { color: rgb(190,222,87); }
H1.HeaderClassName
{
color: #BEDE57;
}
.AnyTagClassName
{
color: #BEDE57;
}
</style>
background-color css
<style>
a { background-color: #BEDE57; }
a { background-color: rgb(190,222,87); }
div.DivClassName
{
background-color: #BEDE57;
}
.BgClassName
{
background-color: #BEDE57;
}
</style>
border-color css
<style>
span { border-color: #BEDE57; }
span { border-color: rgb(190,222,87); }
td.TdClassName
{
border-color: #BEDE57;
}
.TagClassName
{
border-color: #BEDE57;
}
</style>