#BCFD48

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

Shades of Green Yellow #BCFD48

Tints of Green Yellow #BCFD48

Color information

#BCFD48 (or 0xBCFD48) is unknown color: approx Green Yellow. HEX triplet: BC, FD and 48. RGB value is (188,253,72). Sum of RGB (Red+Green+Blue) = 188+253+72=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD48 is #4302B7. Grayscale: #D5D5D5. Windows color (decimal): -4391608 or 4783548. OLE color: 4783548.

HSL color Cylindrical-coordinate representation of color #BCFD48: hue angle of 81.55º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCFD48 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB18825372-
CMYK0.2600.720.01
HSL81.55º97.84%63.73%-
HSV(B)81.55º71.54%99.22%-
XYZ57.0381.4118.84-
YUV212.9348.47110.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 253 (99.22% from 255) = 49.32%
BLUE value IS 72 (28.52% from 255) = 14.04%
R=36.65%
G=49.32%
B=14.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188253720.2600.720.0181.5597.8463.73
HexBCFD481A0481526240
Octal2743751103201101122142100
Binary1011110011111101100100011010010010001101001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD48; }

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

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

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

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

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

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

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

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