#BFE811

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

Shades of Inch Worm #BFE811

Tints of Inch Worm #BFE811

Color information

#BFE811 (or 0xBFE811) is unknown color: approx Inch Worm. HEX triplet: BF, E8 and 11. RGB value is (191,232,17). Sum of RGB (Red+Green+Blue) = 191+232+17=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE811 is #4017EE. Grayscale: #C4C4C4. Windows color (decimal): -4200431 or 1173695. OLE color: 1173695.

HSL color Cylindrical-coordinate representation of color #BFE811: hue angle of 71.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE811 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB19123217-
CMYK0.1800.930.09
HSL71.44º86.35%48.82%-
HSV(B)71.44º92.67%90.98%-
XYZ50.4468.8311.16-
YUV195.2327.42124.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 232 (91.02% from 255) = 52.73%
BLUE value IS 17 (7.03% from 255) = 3.86%
R=43.41%
G=52.73%
B=3.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191232170.1800.930.0971.4486.3548.82
HexBFE8111205D9475631
Octal277350212201351110712661
Binary1011111111101000100011001001011101100110001111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE811; }

 p { color: rgb(191,232,17); }

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

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

 a { background-color: rgb(191,232,17); }

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

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

 span { border-color: rgb(191,232,17); }

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