Html Css Color HEX #BCF62F Green Yellow

📋 copy color: '#BCF62F'

red 188 ◦ green 246 ◦ blue 47

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

Shades of Green Yellow #BCF62F

Tints of Green Yellow #BCF62F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.14%

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 39.09%
G = 51.14%
B = 9.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#BCF62F (or 0xBCF62F) is known color: Green Yellow. HEX triplet: BC, F6 and 2F. RGB value is (188,246,47). Sum of RGB (Red+Green+Blue) = 188+246+47=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF62F is #4309D0. Grayscale: #CECECE. Windows color (decimal): -4393425 or 3143356. OLE color: 3143356.

HSL color Cylindrical-coordinate representation of color #BCF62F: hue angle of 77.49º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCF62F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 47 -
CMYK 0.24 0 0.81 0.04
HSL 77.49º 0.92% 0.57% -
HSV(B) 77.49º 0.81% 0.96% -
XYZ 54.21 76.81 14.66 -
YUV 205.97 38.28 115.18 -
System Red Green Blue C M Y K H S L
Decimal 188 246 47 0.24 0 0.81 0.04 77.49 0.92 0.57
Hex BC F6 2F 18 0 51 4 4D 5C 39
Octal 274 366 57 30 0 121 4 115 134 71
Binary 10111100 11110110 101111 11000 0 1010001 100 1001101 1011100 111001

Color Harmonies of #BCF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF62F

Black with #BCF62F

Text Example


Text Example

White with #BCF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF62F; }

 p { color: rgb(188,246,47); }

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

background-color css

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

 a { background-color: rgb(188,246,47); }

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

border-color css

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

 span { border-color: rgb(188,246,47); }

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