Html Css Color HEX #BCFD31 Green Yellow

📋 copy color: '#BCFD31'

red 188 ◦ green 253 ◦ blue 49

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

Shades of Green Yellow #BCFD31

Tints of Green Yellow #BCFD31

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.63%

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

R = 38.37%
G = 51.63%
B = 10%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#BCFD31 (or 0xBCFD31) is known color: Green Yellow. HEX triplet: BC, FD and 31. RGB value is (188,253,49). Sum of RGB (Red+Green+Blue) = 188+253+49=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD31 is #4302CE. Grayscale: #D3D3D3. Windows color (decimal): -4391631 or 3276220. OLE color: 3276220.

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

Color convert

RGB 188 253 49 -
CMYK 0.26 0 0.81 0.01
HSL 79.12º 0.98% 0.59% -
HSV(B) 79.12º 0.81% 0.99% -
XYZ 56.42 81.16 15.6 -
YUV 210.31 36.97 112.09 -
System Red Green Blue C M Y K H S L
Decimal 188 253 49 0.26 0 0.81 0.01 79.12 0.98 0.59
Hex BC FD 31 1A 0 51 1 4F 62 3B
Octal 274 375 61 32 0 121 1 117 142 73
Binary 10111100 11111101 110001 11010 0 1010001 1 1001111 1100010 111011

Color Harmonies of #BCFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD31

Black with #BCFD31

Text Example


Text Example

White with #BCFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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