#BCF137

Color #BCF137 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BCF137

Tints of Green Yellow #BCF137

Color information

#BCF137 (or 0xBCF137) is unknown color: approx Green Yellow. HEX triplet: BC, F1 and 37. RGB value is (188,241,55). Sum of RGB (Red+Green+Blue) = 188+241+55=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF137 is #430EC8. Grayscale: #CCCCCC. Windows color (decimal): -4394697 or 3666364. OLE color: 3666364.

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

Color convert

RGB18824155-
CMYK0.2200.770.05
HSL77.1º86.92%58.04%-
HSV(B)77.1º77.18%94.51%-
XYZ52.8873.8815.09-
YUV203.9543.94116.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 55 (21.88% from 255) = 11.36%
R=38.84%
G=49.79%
B=11.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188241550.2200.770.0577.186.9258.04
HexBCF1371604D54d573a
Octal27436167260115511512772
Binary1011110011110001110111101100100110110110011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF137; }

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

 H1.HeaderClassName
 {
   color: #BCF137;
 }
 .AnyTagClassName
 {
   color: #BCF137;
 }
</style>
background-color css

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

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

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

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

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

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