Shades of Conifer #BCF34A
Tints of Conifer #BCF34A
RGB
CMYK
RGB Variations
Color information
#BCF34A (or 0xBCF34A) is known color: Conifer. HEX triplet: BC, F3 and 4A. RGB value is (188,243,74). Sum of RGB (Red+Green+Blue) = 188+243+74=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF34A is #430CB5. Grayscale: #CFCFCF. Windows color (decimal): -4394166 or 4912060. OLE color: 4912060.
HSL color Cylindrical-coordinate representation of color #BCF34A: hue angle of 79.53º 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 #BCF34A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.05 |
| HSL | 79.53º | 0.88% | 0.62% | - |
| HSV(B) | 79.53º | 0.7% | 0.95% | - |
| XYZ | 54.03 | 75.29 | 18.16 | - |
| YUV | 207.29 | 52.78 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 74 | 0.23 | 0 | 0.70 | 0.05 | 79.53 | 0.88 | 0.62 |
| Hex | BC | F3 | 4A | 17 | 0 | 46 | 5 | 50 | 58 | 3E |
| Octal | 274 | 363 | 112 | 27 | 0 | 106 | 5 | 120 | 130 | 76 |
| Binary | 10111100 | 11110011 | 1001010 | 10111 | 0 | 1000110 | 101 | 1010000 | 1011000 | 111110 |
Color Harmonies of #BCF34A
Complementary color
Monochromatic Colors of #BCF34A
Black with #BCF34A
Text Example
Text Example
White with #BCF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF34A; }
p { color: rgb(188,243,74); }
H1.HeaderClassName
{
color: #BCF34A;
}
.AnyTagClassName
{
color: #BCF34A;
}
</style>
background-color css
<style>
a { background-color: #BCF34A; }
a { background-color: rgb(188,243,74); }
div.DivClassName
{
background-color: #BCF34A;
}
.BgClassName
{
background-color: #BCF34A;
}
</style>
border-color css
<style>
span { border-color: #BCF34A; }
span { border-color: rgb(188,243,74); }
td.TdClassName
{
border-color: #BCF34A;
}
.TagClassName
{
border-color: #BCF34A;
}
</style>