Shades of Conifer #BEDD4B
Tints of Conifer #BEDD4B
RGB
CMYK
RGB Variations
Color information
#BEDD4B (or 0xBEDD4B) is known color: Conifer. HEX triplet: BE, DD and 4B. RGB value is (190,221,75). Sum of RGB (Red+Green+Blue) = 190+221+75=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD4B is #4122B4. Grayscale: #C3C3C3. Windows color (decimal): -4268725 or 4971966. OLE color: 4971966.
HSL color Cylindrical-coordinate representation of color #BEDD4B: hue angle of 72.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEDD4B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 75 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.13 |
| HSL | 72.74º | 0.68% | 0.58% | - |
| HSV(B) | 72.74º | 0.66% | 0.87% | - |
| XYZ | 48.36 | 63.17 | 16.3 | - |
| YUV | 195.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 75 | 0.14 | 0 | 0.66 | 0.13 | 72.74 | 0.68 | 0.58 |
| Hex | BE | DD | 4B | E | 0 | 42 | D | 49 | 44 | 3A |
| Octal | 276 | 335 | 113 | 16 | 0 | 102 | 15 | 111 | 104 | 72 |
| Binary | 10111110 | 11011101 | 1001011 | 1110 | 0 | 1000010 | 1101 | 1001001 | 1000100 | 111010 |
Color Harmonies of #BEDD4B
Complementary color
Monochromatic Colors of #BEDD4B
Black with #BEDD4B
Text Example
Text Example
White with #BEDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD4B; }
p { color: rgb(190,221,75); }
H1.HeaderClassName
{
color: #BEDD4B;
}
.AnyTagClassName
{
color: #BEDD4B;
}
</style>
background-color css
<style>
a { background-color: #BEDD4B; }
a { background-color: rgb(190,221,75); }
div.DivClassName
{
background-color: #BEDD4B;
}
.BgClassName
{
background-color: #BEDD4B;
}
</style>
border-color css
<style>
span { border-color: #BEDD4B; }
span { border-color: rgb(190,221,75); }
td.TdClassName
{
border-color: #BEDD4B;
}
.TagClassName
{
border-color: #BEDD4B;
}
</style>