Shades of Conifer #BDE74A
Tints of Conifer #BDE74A
RGB
CMYK
RGB Variations
Color information
#BDE74A (or 0xBDE74A) is known color: Conifer. HEX triplet: BD, E7 and 4A. RGB value is (189,231,74). Sum of RGB (Red+Green+Blue) = 189+231+74=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE74A is #4218B5. Grayscale: #C9C9C9. Windows color (decimal): -4331702 or 4908989. OLE color: 4908989.
HSL color Cylindrical-coordinate representation of color #BDE74A: hue angle of 76.05º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE74A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 74 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.09 |
| HSL | 76.05º | 0.77% | 0.6% | - |
| HSV(B) | 76.05º | 0.68% | 0.91% | - |
| XYZ | 50.8 | 68.47 | 17.02 | - |
| YUV | 200.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 74 | 0.18 | 0 | 0.68 | 0.09 | 76.05 | 0.77 | 0.6 |
| Hex | BD | E7 | 4A | 12 | 0 | 44 | 9 | 4C | 4D | 3C |
| Octal | 275 | 347 | 112 | 22 | 0 | 104 | 11 | 114 | 115 | 74 |
| Binary | 10111101 | 11100111 | 1001010 | 10010 | 0 | 1000100 | 1001 | 1001100 | 1001101 | 111100 |
Color Harmonies of #BDE74A
Complementary color
Monochromatic Colors of #BDE74A
Black with #BDE74A
Text Example
Text Example
White with #BDE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE74A; }
p { color: rgb(189,231,74); }
H1.HeaderClassName
{
color: #BDE74A;
}
.AnyTagClassName
{
color: #BDE74A;
}
</style>
background-color css
<style>
a { background-color: #BDE74A; }
a { background-color: rgb(189,231,74); }
div.DivClassName
{
background-color: #BDE74A;
}
.BgClassName
{
background-color: #BDE74A;
}
</style>
border-color css
<style>
span { border-color: #BDE74A; }
span { border-color: rgb(189,231,74); }
td.TdClassName
{
border-color: #BDE74A;
}
.TagClassName
{
border-color: #BDE74A;
}
</style>