Html Css Color HEX #BCFA31 Green Yellow

📋 copy color: '#BCFA31'

red 188 ◦ green 250 ◦ blue 49

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

Shades of Green Yellow #BCFA31

Tints of Green Yellow #BCFA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 38.6%
G = 51.33%
B = 10.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#BCFA31 (or 0xBCFA31) is known color: Green Yellow. HEX triplet: BC, FA and 31. RGB value is (188,250,49). Sum of RGB (Red+Green+Blue) = 188+250+49=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA31 is #4305CE. Grayscale: #D1D1D1. Windows color (decimal): -4392399 or 3275452. OLE color: 3275452.

HSL color Cylindrical-coordinate representation of color #BCFA31: hue angle of 78.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCFA31 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 49 -
CMYK 0.25 0 0.80 0.02
HSL 78.51º 0.95% 0.59% -
HSV(B) 78.51º 0.8% 0.98% -
XYZ 55.48 79.28 15.29 -
YUV 208.55 37.96 113.34 -
System Red Green Blue C M Y K H S L
Decimal 188 250 49 0.25 0 0.80 0.02 78.51 0.95 0.59
Hex BC FA 31 19 0 50 2 4F 5F 3B
Octal 274 372 61 31 0 120 2 117 137 73
Binary 10111100 11111010 110001 11001 0 1010000 10 1001111 1011111 111011

Color Harmonies of #BCFA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA31

Black with #BCFA31

Text Example


Text Example

White with #BCFA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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