Shades of Conifer #BEDF57
Tints of Conifer #BEDF57
RGB
CMYK
RGB Variations
Color information
#BEDF57 (or 0xBEDF57) is known color: Conifer. HEX triplet: BE, DF and 57. RGB value is (190,223,87). Sum of RGB (Red+Green+Blue) = 190+223+87=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF57 is #4120A8. Grayscale: #C6C6C6. Windows color (decimal): -4268201 or 5758910. OLE color: 5758910.
HSL color Cylindrical-coordinate representation of color #BEDF57: hue angle of 74.56º degrees, saturation: 0.68, 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 #BEDF57 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 87 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.13 |
| HSL | 74.56º | 0.68% | 0.61% | - |
| HSV(B) | 74.56º | 0.61% | 0.87% | - |
| XYZ | 49.34 | 64.41 | 18.85 | - |
| YUV | 197.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 87 | 0.15 | 0 | 0.61 | 0.13 | 74.56 | 0.68 | 0.61 |
| Hex | BE | DF | 57 | F | 0 | 3D | D | 4B | 44 | 3D |
| Octal | 276 | 337 | 127 | 17 | 0 | 75 | 15 | 113 | 104 | 75 |
| Binary | 10111110 | 11011111 | 1010111 | 1111 | 0 | 111101 | 1101 | 1001011 | 1000100 | 111101 |
Color Harmonies of #BEDF57
Complementary color
Monochromatic Colors of #BEDF57
Black with #BEDF57
Text Example
Text Example
White with #BEDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF57; }
p { color: rgb(190,223,87); }
H1.HeaderClassName
{
color: #BEDF57;
}
.AnyTagClassName
{
color: #BEDF57;
}
</style>
background-color css
<style>
a { background-color: #BEDF57; }
a { background-color: rgb(190,223,87); }
div.DivClassName
{
background-color: #BEDF57;
}
.BgClassName
{
background-color: #BEDF57;
}
</style>
border-color css
<style>
span { border-color: #BEDF57; }
span { border-color: rgb(190,223,87); }
td.TdClassName
{
border-color: #BEDF57;
}
.TagClassName
{
border-color: #BEDF57;
}
</style>