Html Css Color HEX #BCFC4A Green Yellow

📋 copy color: '#BCFC4A'

red 188 ◦ green 252 ◦ blue 74

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

Shades of Green Yellow #BCFC4A

Tints of Green Yellow #BCFC4A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.03%

 BLUE value IS 74 (29.3% from 255) = 14.4%

R = 36.58%
G = 49.03%
B = 14.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#BCFC4A (or 0xBCFC4A) is known color: Green Yellow. HEX triplet: BC, FC and 4A. RGB value is (188,252,74). Sum of RGB (Red+Green+Blue) = 188+252+74=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC4A is #4303B5. Grayscale: #D5D5D5. Windows color (decimal): -4391862 or 4914364. OLE color: 4914364.

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

Color convert

RGB 188 252 74 -
CMYK 0.25 0 0.71 0.01
HSL 81.57º 0.97% 0.64% -
HSV(B) 81.57º 0.71% 0.99% -
XYZ 56.79 80.81 19.08 -
YUV 212.57 49.8 110.47 -
System Red Green Blue C M Y K H S L
Decimal 188 252 74 0.25 0 0.71 0.01 81.57 0.97 0.64
Hex BC FC 4A 19 0 47 1 52 61 40
Octal 274 374 112 31 0 107 1 122 141 100
Binary 10111100 11111100 1001010 11001 0 1000111 1 1010010 1100001 1000000

Color Harmonies of #BCFC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC4A

Black with #BCFC4A

Text Example


Text Example

White with #BCFC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC4A; }

 p { color: rgb(188,252,74); }

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

background-color css

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

 a { background-color: rgb(188,252,74); }

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

border-color css

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

 span { border-color: rgb(188,252,74); }

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