Shades of Conifer #BCF34C
Tints of Conifer #BCF34C
RGB
CMYK
RGB Variations
Color information
#BCF34C (or 0xBCF34C) is known color: Conifer. HEX triplet: BC, F3 and 4C. RGB value is (188,243,76). Sum of RGB (Red+Green+Blue) = 188+243+76=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF34C is #430CB3. Grayscale: #D0D0D0. Windows color (decimal): -4394164 or 5043132. OLE color: 5043132.
HSL color Cylindrical-coordinate representation of color #BCF34C: hue angle of 79.76º 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 #BCF34C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 76 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.05 |
| HSL | 79.76º | 0.87% | 0.63% | - |
| HSV(B) | 79.76º | 0.69% | 0.95% | - |
| XYZ | 54.09 | 75.31 | 18.52 | - |
| YUV | 207.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 76 | 0.23 | 0 | 0.69 | 0.05 | 79.76 | 0.87 | 0.63 |
| Hex | BC | F3 | 4C | 17 | 0 | 45 | 5 | 50 | 57 | 3F |
| Octal | 274 | 363 | 114 | 27 | 0 | 105 | 5 | 120 | 127 | 77 |
| Binary | 10111100 | 11110011 | 1001100 | 10111 | 0 | 1000101 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BCF34C
Complementary color
Monochromatic Colors of #BCF34C
Black with #BCF34C
Text Example
Text Example
White with #BCF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF34C; }
p { color: rgb(188,243,76); }
H1.HeaderClassName
{
color: #BCF34C;
}
.AnyTagClassName
{
color: #BCF34C;
}
</style>
background-color css
<style>
a { background-color: #BCF34C; }
a { background-color: rgb(188,243,76); }
div.DivClassName
{
background-color: #BCF34C;
}
.BgClassName
{
background-color: #BCF34C;
}
</style>
border-color css
<style>
span { border-color: #BCF34C; }
span { border-color: rgb(188,243,76); }
td.TdClassName
{
border-color: #BCF34C;
}
.TagClassName
{
border-color: #BCF34C;
}
</style>