Html Css Color HEX #BCFA1D Green Yellow

📋 copy color: '#BCFA1D'

red 188 ◦ green 250 ◦ blue 29

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

Shades of Green Yellow #BCFA1D

Tints of Green Yellow #BCFA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.21%

R = 40.26%
G = 53.53%
B = 6.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#BCFA1D (or 0xBCFA1D) is known color: Green Yellow. HEX triplet: BC, FA and 1D. RGB value is (188,250,29). Sum of RGB (Red+Green+Blue) = 188+250+29=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA1D is #4305E2. Grayscale: #CFCFCF. Windows color (decimal): -4392419 or 1964732. OLE color: 1964732.

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

Color convert

RGB 188 250 29 -
CMYK 0.25 0 0.88 0.02
HSL 76.83º 0.96% 0.55% -
HSV(B) 76.83º 0.88% 0.98% -
XYZ 55.15 79.15 13.53 -
YUV 206.27 27.96 114.97 -
System Red Green Blue C M Y K H S L
Decimal 188 250 29 0.25 0 0.88 0.02 76.83 0.96 0.55
Hex BC FA 1D 19 0 58 2 4D 60 37
Octal 274 372 35 31 0 130 2 115 140 67
Binary 10111100 11111010 11101 11001 0 1011000 10 1001101 1100000 110111

Color Harmonies of #BCFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA1D

Black with #BCFA1D

Text Example


Text Example

White with #BCFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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