#BCF71B

Color #BCF71B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BCF71B

Tints of Inch Worm #BCF71B

Color information

#BCF71B (or 0xBCF71B) is unknown color: approx Inch Worm. HEX triplet: BC, F7 and 1B. RGB value is (188,247,27). Sum of RGB (Red+Green+Blue) = 188+247+27=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF71B is #4308E4. Grayscale: #CDCDCD. Windows color (decimal): -4393189 or 1832892. OLE color: 1832892.

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

Color convert

RGB18824727-
CMYK0.2400.890.03
HSL76.09º93.22%53.73%-
HSV(B)76.09º89.07%96.86%-
XYZ54.277.2913.1-
YUV204.2827.95116.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 247 (96.88% from 255) = 53.46%
BLUE value IS 27 (10.94% from 255) = 5.84%
R=40.69%
G=53.46%
B=5.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188247270.2400.890.0376.0993.2253.73
HexBCF71B1805934c5d36
Octal27436733300131311413566
Binary10111100111101111101111000010110011110011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF71B; }

 p { color: rgb(188,247,27); }

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

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

 a { background-color: rgb(188,247,27); }

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

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

 span { border-color: rgb(188,247,27); }

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