Html Css Color HEX #BCFD40 Green Yellow

📋 copy color: '#BCFD40'

red 188 ◦ green 253 ◦ blue 64

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

Shades of Green Yellow #BCFD40

Tints of Green Yellow #BCFD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 37.23%
G = 50.1%
B = 12.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#BCFD40 (or 0xBCFD40) is known color: Green Yellow. HEX triplet: BC, FD and 40. RGB value is (188,253,64). Sum of RGB (Red+Green+Blue) = 188+253+64=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD40 is #4302BF. Grayscale: #D4D4D4. Windows color (decimal): -4391616 or 4259260. OLE color: 4259260.

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

Color convert

RGB 188 253 64 -
CMYK 0.26 0 0.75 0.01
HSL 80.63º 0.98% 0.62% -
HSV(B) 80.63º 0.75% 0.99% -
XYZ 56.79 81.31 17.55 -
YUV 212.02 44.47 110.87 -
System Red Green Blue C M Y K H S L
Decimal 188 253 64 0.26 0 0.75 0.01 80.63 0.98 0.62
Hex BC FD 40 1A 0 4B 1 51 62 3E
Octal 274 375 100 32 0 113 1 121 142 76
Binary 10111100 11111101 1000000 11010 0 1001011 1 1010001 1100010 111110

Color Harmonies of #BCFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD40

Black with #BCFD40

Text Example


Text Example

White with #BCFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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