Html Css Color HEX #BCFD32 Green Yellow

📋 copy color: '#BCFD32'

red 188 ◦ green 253 ◦ blue 50

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

Shades of Green Yellow #BCFD32

Tints of Green Yellow #BCFD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.18%

R = 38.29%
G = 51.53%
B = 10.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#BCFD32 (or 0xBCFD32) is known color: Green Yellow. HEX triplet: BC, FD and 32. RGB value is (188,253,50). Sum of RGB (Red+Green+Blue) = 188+253+50=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD32 is #4302CD. Grayscale: #D3D3D3. Windows color (decimal): -4391630 or 3341756. OLE color: 3341756.

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

Color convert

RGB 188 253 50 -
CMYK 0.26 0 0.80 0.01
HSL 79.21º 0.98% 0.59% -
HSV(B) 79.21º 0.8% 0.99% -
XYZ 56.44 81.17 15.71 -
YUV 210.42 37.47 112.01 -
System Red Green Blue C M Y K H S L
Decimal 188 253 50 0.26 0 0.80 0.01 79.21 0.98 0.59
Hex BC FD 32 1A 0 50 1 4F 62 3B
Octal 274 375 62 32 0 120 1 117 142 73
Binary 10111100 11111101 110010 11010 0 1010000 1 1001111 1100010 111011

Color Harmonies of #BCFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD32

Black with #BCFD32

Text Example


Text Example

White with #BCFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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