#BCFD19

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

Shades of Green Yellow #BCFD19

Tints of Green Yellow #BCFD19

Color information

#BCFD19 (or 0xBCFD19) is unknown color: approx Green Yellow. HEX triplet: BC, FD and 19. RGB value is (188,253,25). Sum of RGB (Red+Green+Blue) = 188+253+25=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD19 is #4302E6. Grayscale: #D0D0D0. Windows color (decimal): -4391655 or 1703356. OLE color: 1703356.

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

Color convert

RGB18825325-
CMYK0.2600.900.01
HSL77.11º98.28%54.51%-
HSV(B)77.11º90.12%99.22%-
XYZ56.0481.0113.6-
YUV207.5724.97114.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 253 (99.22% from 255) = 54.29%
BLUE value IS 25 (10.16% from 255) = 5.36%
R=40.34%
G=54.29%
B=5.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188253250.2600.900.0177.1198.2854.51
HexBCFD191A05A14d6237
Octal27437531320132111514267
Binary1011110011111101110011101001011010110011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD19; }

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

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

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

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

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

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

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

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