Html Css Color HEX #BCFA20 Green Yellow

📋 copy color: '#BCFA20'

red 188 ◦ green 250 ◦ blue 32

#BCFA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BCFA20

Tints of Green Yellow #BCFA20

RGB

 RED value IS 188 (73.83% from 255) = 40%

 GREEN value IS 250 (98.05% from 255) = 53.19%

 BLUE value IS 32 (12.89% from 255) = 6.81%

R = 40%
G = 53.19%
B = 6.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#BCFA20 (or 0xBCFA20) is known color: Green Yellow. HEX triplet: BC, FA and 20. RGB value is (188,250,32). Sum of RGB (Red+Green+Blue) = 188+250+32=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA20 is #4305DF. Grayscale: #CFCFCF. Windows color (decimal): -4392416 or 2161340. OLE color: 2161340.

HSL color Cylindrical-coordinate representation of color #BCFA20: hue angle of 77.06º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCFA20 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 32 -
CMYK 0.25 0 0.87 0.02
HSL 77.06º 0.96% 0.55% -
HSV(B) 77.06º 0.87% 0.98% -
XYZ 55.19 79.17 13.74 -
YUV 206.61 29.46 114.73 -
System Red Green Blue C M Y K H S L
Decimal 188 250 32 0.25 0 0.87 0.02 77.06 0.96 0.55
Hex BC FA 20 19 0 57 2 4D 60 37
Octal 274 372 40 31 0 127 2 115 140 67
Binary 10111100 11111010 100000 11001 0 1010111 10 1001101 1100000 110111

Color Harmonies of #BCFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA20

Black with #BCFA20

Text Example


Text Example

White with #BCFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA20; }

 p { color: rgb(188,250,32); }

 H1.HeaderClassName
 {
   color: #BCFA20;
 }
 .AnyTagClassName
 {
   color: #BCFA20;
 }
</style>

background-color css

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

 a { background-color: rgb(188,250,32); }

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

border-color css

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

 span { border-color: rgb(188,250,32); }

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