Html Css Color HEX #BCF141 Green Yellow

📋 copy color: '#BCF141'

red 188 ◦ green 241 ◦ blue 65

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

Shades of Green Yellow #BCF141

Tints of Green Yellow #BCF141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.79%

 BLUE value IS 65 (25.78% from 255) = 13.16%

R = 38.06%
G = 48.79%
B = 13.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BCF141 (or 0xBCF141) is known color: Green Yellow. HEX triplet: BC, F1 and 41. RGB value is (188,241,65). Sum of RGB (Red+Green+Blue) = 188+241+65=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF141 is #430EBE. Grayscale: #CDCDCD. Windows color (decimal): -4394687 or 4321724. OLE color: 4321724.

HSL color Cylindrical-coordinate representation of color #BCF141: hue angle of 78.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCF141 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 65 -
CMYK 0.22 0 0.73 0.05
HSL 78.07º 0.86% 0.6% -
HSV(B) 78.07º 0.73% 0.95% -
XYZ 53.15 73.98 16.48 -
YUV 205.09 48.94 115.81 -
System Red Green Blue C M Y K H S L
Decimal 188 241 65 0.22 0 0.73 0.05 78.07 0.86 0.6
Hex BC F1 41 16 0 49 5 4E 56 3C
Octal 274 361 101 26 0 111 5 116 126 74
Binary 10111100 11110001 1000001 10110 0 1001001 101 1001110 1010110 111100

Color Harmonies of #BCF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF141

Black with #BCF141

Text Example


Text Example

White with #BCF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF141; }

 p { color: rgb(188,241,65); }

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

background-color css

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

 a { background-color: rgb(188,241,65); }

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

border-color css

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

 span { border-color: rgb(188,241,65); }

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