#BCFD45

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

Shades of Green Yellow #BCFD45

Tints of Green Yellow #BCFD45

Color information

#BCFD45 (or 0xBCFD45) is unknown color: approx Green Yellow. HEX triplet: BC, FD and 45. RGB value is (188,253,69). Sum of RGB (Red+Green+Blue) = 188+253+69=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD45 is #4302BA. Grayscale: #D5D5D5. Windows color (decimal): -4391611 or 4586940. OLE color: 4586940.

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

Color convert

RGB18825369-
CMYK0.2600.730.01
HSL81.2º97.87%63.14%-
HSV(B)81.2º72.73%99.22%-
XYZ56.9481.3718.34-
YUV212.5946.97110.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 69 (27.34% from 255) = 13.53%
R=36.86%
G=49.61%
B=13.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188253690.2600.730.0181.297.8763.14
HexBCFD451A049151623f
Octal274375105320111112114277
Binary101111001111110110001011101001001001110100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD45; }

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

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

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

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

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

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

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

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