Shades of Conifer #BDF34A
Tints of Conifer #BDF34A
RGB
CMYK
RGB Variations
Color information
#BDF34A (or 0xBDF34A) is known color: Conifer. HEX triplet: BD, F3 and 4A. RGB value is (189,243,74). Sum of RGB (Red+Green+Blue) = 189+243+74=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF34A is #420CB5. Grayscale: #D0D0D0. Windows color (decimal): -4328630 or 4912061. OLE color: 4912061.
HSL color Cylindrical-coordinate representation of color #BDF34A: hue angle of 79.17º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF34A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 74 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.05 |
| HSL | 79.17º | 0.88% | 0.62% | - |
| HSV(B) | 79.17º | 0.7% | 0.95% | - |
| XYZ | 54.27 | 75.41 | 18.17 | - |
| YUV | 207.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 74 | 0.22 | 0 | 0.70 | 0.05 | 79.17 | 0.88 | 0.62 |
| Hex | BD | F3 | 4A | 16 | 0 | 46 | 5 | 4F | 58 | 3E |
| Octal | 275 | 363 | 112 | 26 | 0 | 106 | 5 | 117 | 130 | 76 |
| Binary | 10111101 | 11110011 | 1001010 | 10110 | 0 | 1000110 | 101 | 1001111 | 1011000 | 111110 |
Color Harmonies of #BDF34A
Complementary color
Monochromatic Colors of #BDF34A
Black with #BDF34A
Text Example
Text Example
White with #BDF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF34A; }
p { color: rgb(189,243,74); }
H1.HeaderClassName
{
color: #BDF34A;
}
.AnyTagClassName
{
color: #BDF34A;
}
</style>
background-color css
<style>
a { background-color: #BDF34A; }
a { background-color: rgb(189,243,74); }
div.DivClassName
{
background-color: #BDF34A;
}
.BgClassName
{
background-color: #BDF34A;
}
</style>
border-color css
<style>
span { border-color: #BDF34A; }
span { border-color: rgb(189,243,74); }
td.TdClassName
{
border-color: #BDF34A;
}
.TagClassName
{
border-color: #BDF34A;
}
</style>