#BCF141

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

Shades of Green Yellow #BCF141

Tints of Green Yellow #BCF141

Color information

#BCF141 (or 0xBCF141) is unknown color: approx Green Yellow. HEX triplet: BC, F1 and 41. RGB value is (188,241,65). Sum of RGB (Red+Green+Blue) = 188+241+65=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF141 is #430EBE. Grayscale: #CDCDCD. Windows color (decimal): -4394687 or 4321724. OLE color: 4321724.

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

Color convert

RGB18824165-
CMYK0.2200.730.05
HSL78.07º86.27%60%-
HSV(B)78.07º73.03%94.51%-
XYZ53.1573.9816.48-
YUV205.0948.94115.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 65 (25.78% from 255) = 13.16%
R=38.06%
G=48.79%
B=13.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188241650.2200.730.0578.0786.2760
HexBCF1411604954e563c
Octal274361101260111511612674
Binary10111100111100011000001101100100100110110011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF141; }

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

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

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

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

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

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

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

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