Html Css Color HEX #BCFB4A Green Yellow

📋 copy color: '#BCFB4A'

red 188 ◦ green 251 ◦ blue 74

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

Shades of Green Yellow #BCFB4A

Tints of Green Yellow #BCFB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

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

R = 36.65%
G = 48.93%
B = 14.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#BCFB4A (or 0xBCFB4A) is known color: Green Yellow. HEX triplet: BC, FB and 4A. RGB value is (188,251,74). Sum of RGB (Red+Green+Blue) = 188+251+74=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB4A is #4304B5. Grayscale: #D4D4D4. Windows color (decimal): -4392118 or 4914108. OLE color: 4914108.

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

Color convert

RGB 188 251 74 -
CMYK 0.25 0 0.71 0.02
HSL 81.36º 0.96% 0.64% -
HSV(B) 81.36º 0.71% 0.98% -
XYZ 56.47 80.18 18.98 -
YUV 211.99 50.13 110.89 -
System Red Green Blue C M Y K H S L
Decimal 188 251 74 0.25 0 0.71 0.02 81.36 0.96 0.64
Hex BC FB 4A 19 0 47 2 51 60 40
Octal 274 373 112 31 0 107 2 121 140 100
Binary 10111100 11111011 1001010 11001 0 1000111 10 1010001 1100000 1000000

Color Harmonies of #BCFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB4A

Black with #BCFB4A

Text Example


Text Example

White with #BCFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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