Html Css Color HEX #BCFD3C Green Yellow

📋 copy color: '#BCFD3C'

red 188 ◦ green 253 ◦ blue 60

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

Shades of Green Yellow #BCFD3C

Tints of Green Yellow #BCFD3C

RGB

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

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

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

R = 37.52%
G = 50.5%
B = 11.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#BCFD3C (or 0xBCFD3C) is known color: Green Yellow. HEX triplet: BC, FD and 3C. RGB value is (188,253,60). Sum of RGB (Red+Green+Blue) = 188+253+60=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD3C is #4302C3. Grayscale: #D4D4D4. Windows color (decimal): -4391620 or 3997116. OLE color: 3997116.

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

Color convert

RGB 188 253 60 -
CMYK 0.26 0 0.76 0.01
HSL 80.21º 0.98% 0.61% -
HSV(B) 80.21º 0.76% 0.99% -
XYZ 56.68 81.27 16.97 -
YUV 211.56 42.47 111.19 -
System Red Green Blue C M Y K H S L
Decimal 188 253 60 0.26 0 0.76 0.01 80.21 0.98 0.61
Hex BC FD 3C 1A 0 4C 1 50 62 3D
Octal 274 375 74 32 0 114 1 120 142 75
Binary 10111100 11111101 111100 11010 0 1001100 1 1010000 1100010 111101

Color Harmonies of #BCFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD3C

Black with #BCFD3C

Text Example


Text Example

White with #BCFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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