Shades of Conifer #BDF343
Tints of Conifer #BDF343
RGB
CMYK
RGB Variations
Color information
#BDF343 (or 0xBDF343) is known color: Conifer. HEX triplet: BD, F3 and 43. RGB value is (189,243,67). Sum of RGB (Red+Green+Blue) = 189+243+67=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF343 is #420CBC. Grayscale: #CFCFCF. Windows color (decimal): -4328637 or 4453309. OLE color: 4453309.
HSL color Cylindrical-coordinate representation of color #BDF343: hue angle of 78.41º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF343 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 67 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.41º | 0.88% | 0.61% | - |
| HSV(B) | 78.41º | 0.72% | 0.95% | - |
| XYZ | 54.05 | 75.33 | 17 | - |
| YUV | 206.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 67 | 0.22 | 0 | 0.72 | 0.05 | 78.41 | 0.88 | 0.61 |
| Hex | BD | F3 | 43 | 16 | 0 | 48 | 5 | 4E | 58 | 3D |
| Octal | 275 | 363 | 103 | 26 | 0 | 110 | 5 | 116 | 130 | 75 |
| Binary | 10111101 | 11110011 | 1000011 | 10110 | 0 | 1001000 | 101 | 1001110 | 1011000 | 111101 |
Color Harmonies of #BDF343
Complementary color
Monochromatic Colors of #BDF343
Black with #BDF343
Text Example
Text Example
White with #BDF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF343; }
p { color: rgb(189,243,67); }
H1.HeaderClassName
{
color: #BDF343;
}
.AnyTagClassName
{
color: #BDF343;
}
</style>
background-color css
<style>
a { background-color: #BDF343; }
a { background-color: rgb(189,243,67); }
div.DivClassName
{
background-color: #BDF343;
}
.BgClassName
{
background-color: #BDF343;
}
</style>
border-color css
<style>
span { border-color: #BDF343; }
span { border-color: rgb(189,243,67); }
td.TdClassName
{
border-color: #BDF343;
}
.TagClassName
{
border-color: #BDF343;
}
</style>