#BCF143

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

Shades of Conifer #BCF143

Tints of Conifer #BCF143

Color information

#BCF143 (or 0xBCF143) is unknown color: approx Conifer. HEX triplet: BC, F1 and 43. RGB value is (188,241,67). Sum of RGB (Red+Green+Blue) = 188+241+67=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF143 is #430EBC. Grayscale: #CDCDCD. Windows color (decimal): -4394685 or 4452796. OLE color: 4452796.

HSL color Cylindrical-coordinate representation of color #BCF143: hue angle of 78.28º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF143 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB18824167-
CMYK0.2200.720.05
HSL78.28º86.14%60.39%-
HSV(B)78.28º72.2%94.51%-
XYZ53.2174.0116.79-
YUV205.3249.94115.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 67 (26.56% from 255) = 13.51%
R=37.90%
G=48.59%
B=13.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188241670.2200.720.0578.2886.1460.39
HexBCF1431604854e563c
Octal274361103260110511612674
Binary10111100111100011000011101100100100010110011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF143; }

 p { color: rgb(188,241,67); }

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

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

 a { background-color: rgb(188,241,67); }

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

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

 span { border-color: rgb(188,241,67); }

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