#BCF02F

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

Shades of Green Yellow #BCF02F

Tints of Green Yellow #BCF02F

Color information

#BCF02F (or 0xBCF02F) is unknown color: approx Green Yellow. HEX triplet: BC, F0 and 2F. RGB value is (188,240,47). Sum of RGB (Red+Green+Blue) = 188+240+47=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF02F is #430FD0. Grayscale: #CBCBCB. Windows color (decimal): -4394961 or 3141820. OLE color: 3141820.

HSL color Cylindrical-coordinate representation of color #BCF02F: hue angle of 76.17º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF02F is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB18824047-
CMYK0.2200.800.06
HSL76.17º86.55%56.27%-
HSV(B)76.17º80.42%94.12%-
XYZ52.4173.2214.06-
YUV202.4540.27117.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 47 (18.75% from 255) = 9.89%
R=39.58%
G=50.53%
B=9.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188240470.2200.800.0676.1786.5556.27
HexBCF02F1605064c5738
Octal27436057260120611412770
Binary1011110011110000101111101100101000011010011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF02F; }

 p { color: rgb(188,240,47); }

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

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

 a { background-color: rgb(188,240,47); }

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

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

 span { border-color: rgb(188,240,47); }

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