Shades of Conifer #BEDF5A
Tints of Conifer #BEDF5A
RGB
CMYK
RGB Variations
Color information
#BEDF5A (or 0xBEDF5A) is known color: Conifer. HEX triplet: BE, DF and 5A. RGB value is (190,223,90). Sum of RGB (Red+Green+Blue) = 190+223+90=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF5A is #4120A5. Grayscale: #C6C6C6. Windows color (decimal): -4268198 or 5955518. OLE color: 5955518.
HSL color Cylindrical-coordinate representation of color #BEDF5A: hue angle of 74.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEDF5A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 90 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.13 |
| HSL | 74.89º | 0.68% | 0.61% | - |
| HSV(B) | 74.89º | 0.6% | 0.87% | - |
| XYZ | 49.47 | 64.46 | 19.51 | - |
| YUV | 197.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 90 | 0.15 | 0 | 0.60 | 0.13 | 74.89 | 0.68 | 0.61 |
| Hex | BE | DF | 5A | F | 0 | 3C | D | 4B | 44 | 3D |
| Octal | 276 | 337 | 132 | 17 | 0 | 74 | 15 | 113 | 104 | 75 |
| Binary | 10111110 | 11011111 | 1011010 | 1111 | 0 | 111100 | 1101 | 1001011 | 1000100 | 111101 |
Color Harmonies of #BEDF5A
Complementary color
Monochromatic Colors of #BEDF5A
Black with #BEDF5A
Text Example
Text Example
White with #BEDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF5A; }
p { color: rgb(190,223,90); }
H1.HeaderClassName
{
color: #BEDF5A;
}
.AnyTagClassName
{
color: #BEDF5A;
}
</style>
background-color css
<style>
a { background-color: #BEDF5A; }
a { background-color: rgb(190,223,90); }
div.DivClassName
{
background-color: #BEDF5A;
}
.BgClassName
{
background-color: #BEDF5A;
}
</style>
border-color css
<style>
span { border-color: #BEDF5A; }
span { border-color: rgb(190,223,90); }
td.TdClassName
{
border-color: #BEDF5A;
}
.TagClassName
{
border-color: #BEDF5A;
}
</style>