#BCF248

Color #BCF248 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BCF248

Tints of Conifer #BCF248

Color information

#BCF248 (or 0xBCF248) is unknown color: approx Conifer. HEX triplet: BC, F2 and 48. RGB value is (188,242,72). Sum of RGB (Red+Green+Blue) = 188+242+72=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF248 is #430DB7. Grayscale: #CFCFCF. Windows color (decimal): -4394424 or 4780732. OLE color: 4780732.

HSL color Cylindrical-coordinate representation of color #BCF248: hue angle of 79.06º degrees, saturation: 0.87, 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 #BCF248 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB18824272-
CMYK0.2200.700.05
HSL79.06º86.73%61.57%-
HSV(B)79.06º70.25%94.9%-
XYZ53.6674.6617.71-
YUV206.4752.11114.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 242 (94.92% from 255) = 48.21%
BLUE value IS 72 (28.52% from 255) = 14.34%
R=37.45%
G=48.21%
B=14.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188242720.2200.700.0579.0686.7361.57
HexBCF2481604654f573e
Octal274362110260106511712776
Binary10111100111100101001000101100100011010110011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF248; }

 p { color: rgb(188,242,72); }

 H1.HeaderClassName
 {
   color: #BCF248;
 }
 .AnyTagClassName
 {
   color: #BCF248;
 }
</style>
background-color css

<style>
 a { background-color: #BCF248; }

 a { background-color: rgb(188,242,72); }

 div.DivClassName
 {
   background-color: #BCF248;
 }
 .BgClassName
 {
   background-color: #BCF248;
 }
</style>
border-color css

<style>
 span { border-color: #BCF248; }

 span { border-color: rgb(188,242,72); }

 td.TdClassName
 {
   border-color: #BCF248;
 }
 .TagClassName
 {
   border-color: #BCF248;
 }
</style>