#BFE90E

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

Shades of Inch Worm #BFE90E

Tints of Inch Worm #BFE90E

Color information

#BFE90E (or 0xBFE90E) is unknown color: approx Inch Worm. HEX triplet: BF, E9 and 0E. RGB value is (191,233,14). Sum of RGB (Red+Green+Blue) = 191+233+14=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE90E is #4016F1. Grayscale: #C4C4C4. Windows color (decimal): -4200178 or 977343. OLE color: 977343.

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

Color convert

RGB19123314-
CMYK0.1800.940.09
HSL71.51º88.66%48.43%-
HSV(B)71.51º93.99%91.37%-
XYZ50.769.3911.14-
YUV195.4825.59124.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 233 (91.41% from 255) = 53.20%
BLUE value IS 14 (5.86% from 255) = 3.20%
R=43.61%
G=53.20%
B=3.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191233140.1800.940.0971.5188.6648.43
HexBFE9E1205E9485930
Octal277351162201361111013160
Binary101111111110100111101001001011110100110010001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE90E; }

 p { color: rgb(191,233,14); }

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

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

 a { background-color: rgb(191,233,14); }

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

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

 span { border-color: rgb(191,233,14); }

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