Html Css Color HEX #BCF032 Green Yellow

📋 copy color: '#BCF032'

red 188 ◦ green 240 ◦ blue 50

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

Shades of Green Yellow #BCF032

Tints of Green Yellow #BCF032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.21%

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

R = 39.33%
G = 50.21%
B = 10.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#BCF032 (or 0xBCF032) is known color: Green Yellow. HEX triplet: BC, F0 and 32. RGB value is (188,240,50). Sum of RGB (Red+Green+Blue) = 188+240+50=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF032 is #430FCD. Grayscale: #CBCBCB. Windows color (decimal): -4394958 or 3338428. OLE color: 3338428.

HSL color Cylindrical-coordinate representation of color #BCF032: hue angle of 76.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCF032 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 50 -
CMYK 0.22 0 0.79 0.06
HSL 76.42º 0.86% 0.57% -
HSV(B) 76.42º 0.79% 0.94% -
XYZ 52.47 73.24 14.39 -
YUV 202.79 41.77 117.45 -
System Red Green Blue C M Y K H S L
Decimal 188 240 50 0.22 0 0.79 0.06 76.42 0.86 0.57
Hex BC F0 32 16 0 4F 6 4C 56 39
Octal 274 360 62 26 0 117 6 114 126 71
Binary 10111100 11110000 110010 10110 0 1001111 110 1001100 1010110 111001

Color Harmonies of #BCF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF032

Black with #BCF032

Text Example


Text Example

White with #BCF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF032; }

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

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

background-color css

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

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

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

border-color css

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

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

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