#BCF820

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

Shades of Green Yellow #BCF820

Tints of Green Yellow #BCF820

Color information

#BCF820 (or 0xBCF820) is unknown color: approx Green Yellow. HEX triplet: BC, F8 and 20. RGB value is (188,248,32). Sum of RGB (Red+Green+Blue) = 188+248+32=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF820 is #4307DF. Grayscale: #CECECE. Windows color (decimal): -4392928 or 2160828. OLE color: 2160828.

HSL color Cylindrical-coordinate representation of color #BCF820: hue angle of 76.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCF820 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB18824832-
CMYK0.2400.870.03
HSL76.67º93.91%54.9%-
HSV(B)76.67º87.1%97.25%-
XYZ54.5777.9313.53-
YUV205.4430.12115.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 248 (97.27% from 255) = 52.99%
BLUE value IS 32 (12.89% from 255) = 6.84%
R=40.17%
G=52.99%
B=6.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188248320.2400.870.0376.6793.9154.9
HexBCF8201805734d5e37
Octal27437040300127311513667
Binary101111001111100010000011000010101111110011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF820; }

 p { color: rgb(188,248,32); }

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

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

 a { background-color: rgb(188,248,32); }

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

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

 span { border-color: rgb(188,248,32); }

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