Shades of Conifer #BDF34C
Tints of Conifer #BDF34C
RGB
CMYK
RGB Variations
Color information
#BDF34C (or 0xBDF34C) is known color: Conifer. HEX triplet: BD, F3 and 4C. RGB value is (189,243,76). Sum of RGB (Red+Green+Blue) = 189+243+76=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF34C is #420CB3. Grayscale: #D0D0D0. Windows color (decimal): -4328628 or 5043133. OLE color: 5043133.
HSL color Cylindrical-coordinate representation of color #BDF34C: hue angle of 79.4º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF34C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 76 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.05 |
| HSL | 79.4º | 0.87% | 0.63% | - |
| HSV(B) | 79.4º | 0.69% | 0.95% | - |
| XYZ | 54.34 | 75.44 | 18.54 | - |
| YUV | 207.82 | 53.61 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 76 | 0.22 | 0 | 0.69 | 0.05 | 79.4 | 0.87 | 0.63 |
| Hex | BD | F3 | 4C | 16 | 0 | 45 | 5 | 4F | 57 | 3F |
| Octal | 275 | 363 | 114 | 26 | 0 | 105 | 5 | 117 | 127 | 77 |
| Binary | 10111101 | 11110011 | 1001100 | 10110 | 0 | 1000101 | 101 | 1001111 | 1010111 | 111111 |
Color Harmonies of #BDF34C
Complementary color
Monochromatic Colors of #BDF34C
Black with #BDF34C
Text Example
Text Example
White with #BDF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF34C; }
p { color: rgb(189,243,76); }
H1.HeaderClassName
{
color: #BDF34C;
}
.AnyTagClassName
{
color: #BDF34C;
}
</style>
background-color css
<style>
a { background-color: #BDF34C; }
a { background-color: rgb(189,243,76); }
div.DivClassName
{
background-color: #BDF34C;
}
.BgClassName
{
background-color: #BDF34C;
}
</style>
border-color css
<style>
span { border-color: #BDF34C; }
span { border-color: rgb(189,243,76); }
td.TdClassName
{
border-color: #BDF34C;
}
.TagClassName
{
border-color: #BDF34C;
}
</style>