Html Css Color HEX #BCFB32 Green Yellow

📋 copy color: '#BCFB32'

red 188 ◦ green 251 ◦ blue 50

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

Shades of Green Yellow #BCFB32

Tints of Green Yellow #BCFB32

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.33%

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

R = 38.45%
G = 51.33%
B = 10.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#BCFB32 (or 0xBCFB32) is known color: Green Yellow. HEX triplet: BC, FB and 32. RGB value is (188,251,50). Sum of RGB (Red+Green+Blue) = 188+251+50=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB32 is #4304CD. Grayscale: #D1D1D1. Windows color (decimal): -4392142 or 3341244. OLE color: 3341244.

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

Color convert

RGB 188 251 50 -
CMYK 0.25 0 0.80 0.02
HSL 78.81º 0.96% 0.59% -
HSV(B) 78.81º 0.8% 0.98% -
XYZ 55.81 79.92 15.5 -
YUV 209.25 38.13 112.84 -
System Red Green Blue C M Y K H S L
Decimal 188 251 50 0.25 0 0.80 0.02 78.81 0.96 0.59
Hex BC FB 32 19 0 50 2 4F 60 3B
Octal 274 373 62 31 0 120 2 117 140 73
Binary 10111100 11111011 110010 11001 0 1010000 10 1001111 1100000 111011

Color Harmonies of #BCFB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB32

Black with #BCFB32

Text Example


Text Example

White with #BCFB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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