Html Css Color HEX #BCFA3C Green Yellow

📋 copy color: '#BCFA3C'

red 188 ◦ green 250 ◦ blue 60

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

Shades of Green Yellow #BCFA3C

Tints of Green Yellow #BCFA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.05%

R = 37.75%
G = 50.2%
B = 12.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#BCFA3C (or 0xBCFA3C) is known color: Green Yellow. HEX triplet: BC, FA and 3C. RGB value is (188,250,60). Sum of RGB (Red+Green+Blue) = 188+250+60=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA3C is #4305C3. Grayscale: #D2D2D2. Windows color (decimal): -4392388 or 3996348. OLE color: 3996348.

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

Color convert

RGB 188 250 60 -
CMYK 0.25 0 0.76 0.02
HSL 79.58º 0.95% 0.61% -
HSV(B) 79.58º 0.76% 0.98% -
XYZ 55.74 79.39 16.66 -
YUV 209.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 188 250 60 0.25 0 0.76 0.02 79.58 0.95 0.61
Hex BC FA 3C 19 0 4C 2 50 5F 3D
Octal 274 372 74 31 0 114 2 120 137 75
Binary 10111100 11111010 111100 11001 0 1001100 10 1010000 1011111 111101

Color Harmonies of #BCFA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA3C

Black with #BCFA3C

Text Example


Text Example

White with #BCFA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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